onlydeshpande Posted September 13, 2013 Share Posted September 13, 2013 How to show both (original & discounted) prices in product listing & product details page. Prestashop version - 1.5.4.1. Original price should be in strikeout. There is some code addition that gives such output for 1.4.9. but not sure about changes to be done in 1.5.4.1. Thanks in advance. Regards, Sagar Deshpande Link to comment Share on other sites More sharing options...
onlydeshpande Posted September 16, 2013 Author Share Posted September 16, 2013 The code change for 1.4.9 works for 1.5.x; atleast worked for me. And the solution is... Displaying both prices (original and discounted) in Prestashop http://www.prestashop.com/forums/topic/135636-adding-discount-price-to-home-featured-products/ - Post No 4 http://www.prestashop.com/forums/topic/97933-display-original-price-on-sale-item-product-listtpl/ - Post No. 9 Regards, Sagar Deshpande www.letswebify.com Link to comment Share on other sites More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 to show price without reduction just use variable: {convertPrice price=$product.price_without_reduction} Link to comment Share on other sites More sharing options...
onlydeshpande Posted September 16, 2013 Author Share Posted September 16, 2013 Thank you. Actually got the solution without any hack; Prestashop 1.5.x displayes both the prices without doing any code change. Just that in my theme, the display was set to none in CSS for original price. Sagar Link to comment Share on other sites More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 so ... problem is solved ? and you solved it by changing / removing display:none; am I right? Link to comment Share on other sites More sharing options...
onlydeshpande Posted September 16, 2013 Author Share Posted September 16, 2013 Yes. You are right. Link to comment Share on other sites More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 thanks for confirmation. Topic marked as [solved] and closed best regards Link to comment Share on other sites More sharing options...
Recommended Posts