dasteralo Posted June 23, 2014 Share Posted June 23, 2014 Hello,I would like to add a class to reduced price in product.tpl.I've found the code that display the price but i don't know how to change this code to add a class to reduced price. <span id="our_price_display">{convertPrice price=$productPrice}</span> I would like the color to be black for non reduced prices and red for reduced prices ? I've succeed in category.tpl but not in product.tpl How can i do this ?Thanks a lot for your help.regards Link to comment Share on other sites More sharing options...
dioniz Posted June 24, 2014 Share Posted June 24, 2014 Look in product.css for .our_price_display for non reduced and #reduction_percent, #reduction_amount for reduced price 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