AJCwebtech Posted January 7, 2011 Share Posted January 7, 2011 Hello All,I wanted to put a 20% discount on all products in my clients store which I did through the default group option,but now the client is asking that the regular price appear as a strike through.Does anyone know how to have 2 prices showing, the sale/dicounted price and the regular price with a bar through it?John - AJCwebtech Link to comment Share on other sites More sharing options...
marijonas81 Posted January 9, 2011 Share Posted January 9, 2011 Need the same thing. Would be grateful if someone helps. Link to comment Share on other sites More sharing options...
dark_effie Posted January 9, 2011 Share Posted January 9, 2011 Try to insert the code below before/after the code which displayed the price in your homefeatured.tpl file inside the homefeatured directory (under the modules directory). It will display the regular price without reduction. I hope it will help you... {if !$priceDisplay || $priceDisplay == 2}{convertPrice price=$product.price_without_reduction}{/if} 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