hamster88 Posted November 27, 2013 Share Posted November 27, 2013 Hi 1,5,5,0, How do i set prestashop to display original price and sale price ? thanks Link to comment Share on other sites More sharing options...
vekia Posted November 27, 2013 Share Posted November 27, 2013 everything depends on where you want to display this price, it's very easy to achieve with simple .tpl modifications (just use correct variables) let me know where because each part of shop has got own .tpl file. Link to comment Share on other sites More sharing options...
hamster88 Posted November 27, 2013 Author Share Posted November 27, 2013 http://www.sophielam.co.uk/index.php?id_category=13&controller=category http://www.sophielam.co.uk/index.php?id_product=64&controller=product Hi i just want original price on top of sale price with strike through in product list. and I want original price with strikethrough next to sale price in product page Where is option to enter original / sale price in back office ? thanks Link to comment Share on other sites More sharing options...
vekia Posted November 28, 2013 Share Posted November 28, 2013 {assign var='productPrice' value=$product->getPrice(false, $smarty.const.NULL, $priceDisplayPrecision)} {assign var='productPriceWithoutReduction' value=$product->getPriceWithoutReduct(true, $smarty.const.NULL)} then you can use variables {convertPrice price=$productPriceWithoutReduction} {convertPrice price=$productPrice} Link to comment Share on other sites More sharing options...
BJC Posted November 28, 2013 Share Posted November 28, 2013 Hello, I am having the same issue. Can you provide a little more information in terms of where to add the above? Thanks. 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