Hiding "old Price"

Hello,

Is there a way I can hide the "old price" for specific categories?

Reason being is I have a promotion set up to give 100% discount which then hides the price of products belonging to a certain category (as only customers belonging to a special user group can see the price). However the price is still sort of shown because it shows "Old price: £105.00 Call us for a price"

I know I could delete the field for the old price but I do need it on other categories.

It is not possible out of the box. But quite small changes will be required to do it

It is not possible out of the box. But quite small changes will be required to do it

Are you able to advise what changes I need to make?

Actually you can add necessary condition here

design/themes/responsive/templates/common/product_data.tpl

under the following line

{********************** Old Price *****************}

If you are familiar with hooks, use the products:product_data hook to override required data

If i may hikack this thread :slight_smile: do you know a way to hide price completely of sold, out of stock products?



Thanks






Actually you can add necessary condition here

design/themes/responsive/templates/common/product_data.tpl

under the following line

{********************** Old Price *****************}
If you are familiar with hooks, use the products:product_data hook to override required data

If i may hikack this thread :) do you know a way to hide price completely of sold, out of stock products?

It can be also made in the mentioned file. Stock amount should be available in the $product_amount variable