• Resolved thematsanity

    (@thematsanity)


    Hi,

    I am using wpml in order to have a multi-language site. The site should only take quotes and I set the prices to be invisible. But they show up in the second language – is there a fix for this?

    Thanks, really appreciate the plugin!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter thematsanity

    (@thematsanity)

    Hi again,

    Fixed it by adding following in the functions.php

    add_filter( 'woocommerce_get_price_html', 'react2wp_woocommerce_hide_product_price' );
    function react2wp_woocommerce_hide_product_price( $price ) {
        return '';
    }
    Plugin Author pinal.shah

    (@pinalshah)

    Hi @thematsanity,

    I apologize for the delay in response. I’m glad to know that you were able to get it working.

    The plugin has not been tested for WPML compatibility. I’ll test the plugin for compatibility and add fixes as needed.

    Pinal

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WPML – second language shows prices’ is closed to new replies.