sanax Posted September 9, 2013 Share Posted September 9, 2013 I have checked all over and can't find the solution! How do I show original and discount price in a listing? I have 1.5.5.0 and I know it doesn't need hard coding, just settings somewhere in the Back Office. I installed a new version 2 days ago and it showed the original price with a red little banner with % and the final price. The original price was stroke out. Today I had to reinstall PrestaShop and it's not working! I set the discounts for certain groups but nothing happens! Link to comment Share on other sites More sharing options...
vekia Posted September 9, 2013 Share Posted September 9, 2013 you can use this code for normal price (with reduction): {convertPrice price=$product.price} and here without reduction {convertPrice price=$product.price_without_reduction} Link to comment Share on other sites More sharing options...
Sorcha Posted October 30, 2013 Share Posted October 30, 2013 Hi Vekia, Am wondering about the same thing. Where do I need to put this code? Thanks, Sorcha Link to comment Share on other sites More sharing options...
vekia Posted October 30, 2013 Share Posted October 30, 2013 Hi Vekia, Am wondering about the same thing. Where do I need to put this code? Thanks, Sorcha you have to add this code to product-list.tpl file located in your /theme/ directory Link to comment Share on other sites More sharing options...
Recommended Posts