Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same problem. I can translate the attributes but on front when I click Select Options nothing happens.
    After deactivation of WP Multilang I can click “select options” again and it says: Grijs {NL} Grey {EN}

    Also the filter is not showing anymore

    Please tell us how to fix this?
    Pip

    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' ) );
    }

    If you do as @iamhannes advice. You can translate attribute values but attributes outputed as string with translate flags

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce attributes with wp-multilang’ is closed to new replies.