Jump to content

How to add a space between <original price> and <new discounted price>?


Recommended Posts

http://i54.tinypic.com/k2ckyv.png

I want to add a space between these two prices (see the link).

In product.tpl I changed the following:

{convertPrice price=$product->getPriceWithoutReduct()}



to:

{convertPrice price=$product->getPriceWithoutReduct()} 



and I also tried:

{convertPrice price=$product->getPriceWithoutReduct() }



But this didn't do anything. Anyone know what I can do?

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