• Hi!

    With WP Multilang i lose variable prices on product page.
    with hook by @iamhannes variable prices come back>

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

    but now category’s do not translated on product page. Just show > [:en]Red[:et]Punane[:]

    any clue for it?

    Thank you.
    Can anybody help?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

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