• I don’t want to show the discounted prices on the product pages as I have set a minimum quantity to be purchased in order for the discount to be applied. I want the customers who buy fewer than the minimum quantity to see the full price. How do I turn off the crossed out prices on the product and category pages?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • That i want to know it also…..

    Did you get any replies here? I also don’t want this to show. Its not pretty.

    Hi there,

    actually found the solution. In plugin folder src/main.php just add // (comment) before following line.

    //Override the Item Price on product page
       add_action('woocommerce_get_price_html', array($this->Wcd, 'overrideItemPrice'), 100, 2);

    So it will look like this:

    //Override the Item Price on product page
    //      add_action('woocommerce_get_price_html', array($this->Wcd, 'overrideItemPrice'), 100, 2);
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Don’t want to show discounted prices on product pages’ is closed to new replies.