• Hello!

    The Values for the Attributes I have set up don’t show up in a drop down menu. Also when I enable the plugin “WooCommerce Variation Swatches” there are no options to choose.

    When I deactivate MP Multilang the Options come up – so everything seems to set up correctly.

    I thought about deinstalling Multilang because of this issue – but then all those language prefixes come up everywhere. Would be a lot of work to get rid of them..

    Can anybody help?

    Thanks and best wishes,
    Evelien

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had the same problem and added the following in my theme functions.php file:

    add_action( 'wpm_taxonomies_config', 'remove_multilang_actions', 99 );
    function remove_multilang_actions() {
        remove_filter( 'wpm_taxonomies_config', array( 'WPM_WooCommerce', 'add_attribute_taxonomies' ) );
    }

    Does this help you?

    YESS!
    for looking now it’s work like it must! Variations choice and prices are back.
    BIG BIG THANK YOU!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with WooCommerce Variable Products’ is closed to new replies.