Viewing 1 replies (of 1 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Can you please try adding the below code in your active theme’s functions.php file?

    add_filter( 'woocommerce_show_variation_price', 'display_price_html',10,3);
    function display_price_html($show_price, $value, $variation){
    	
    	return false;
    }

    We hope this helps.

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Hide PRICE’ is closed to new replies.