Jump to content

Remove The Red Discount Box From The Product Page


Riivz

Recommended Posts

Hi

 

How do I remove the red discount box from the product page in prestashop 1.6.1? I have put a discount on some product.

I want the discount to apply, I just don't want the red discount box to show below the product price. Same in product list and product quick view.

 

If anyone has a solution, please let me know

Link to comment
Share on other sites

You will nedd to edit the product-list.tpl file and comment out or remove the code 

 

{* {if $product.specific_prices.reduction_type == 'percentage'}
<span class="price-percent-reduction">-{$product.specific_prices.reduction * 100}%</span>
{/if} *}
 
 
You will find this in 2 places 1 around line 79  and 1 around 138, to comment out the code add   {* befor and  *}  after the code as i show above.
  • Like 1
Link to comment
Share on other sites

Hi

 

Thank you for you reply. Youre sugsestion help to remove the red discount box from the product list. I still have the red discount box on the product page. I gess I must edit the  product.tpl. What lines must I remove or comment out?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...