Jump to content

display sale price before and after ?


Recommended Posts

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

{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

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...