Riivz Posted February 15, 2016 Share Posted February 15, 2016 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 More sharing options...
tdr170 Posted February 16, 2016 Share Posted February 16, 2016 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. 1 Link to comment Share on other sites More sharing options...
Riivz Posted February 16, 2016 Author Share Posted February 16, 2016 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 More sharing options...
tdr170 Posted February 21, 2016 Share Posted February 21, 2016 If you have not already fixed this basically the same code but from the product.tpl file. Sorry I am late in responding we had the Winternats races (1 week long) so just getting back up to speed. Link to comment Share on other sites More sharing options...
Riivz Posted February 23, 2016 Author Share Posted February 23, 2016 Yes found the solution. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now