hollandtextiles Posted January 22, 2014 Share Posted January 22, 2014 I want to ask if there is a way to show the "sale on / reduced price " on the image as overlay. I read in the forum but I cannot find the solution. I know I have to change the product-list.tpl and the global.css Can somebody help me with this! Version 1.5.6.1 Thanks Link to comment Share on other sites More sharing options...
vekia Posted January 22, 2014 Share Posted January 22, 2014 you're looking for something like this: http://www.prestashop.com/forums/topic/249939-solved-display-sold-ribbon-over-the-product-image-when-item-no-longer-available/page-3 but instead of SOLD OUT you want to display SALE! badge? Link to comment Share on other sites More sharing options...
hollandtextiles Posted January 22, 2014 Author Share Posted January 22, 2014 Yes like that but for all the images not the futured. Same like new! I saw that link already but not working for me Link to comment Share on other sites More sharing options...
vekia Posted January 22, 2014 Share Posted January 22, 2014 it's only for "SOLD OUT" but you can use it for "on sale" products, just use {if product.on_sale==1} {l s='SOLD OUT!'} {/if} instead of {l s='SOLD OUT!'} you can use <img> tag with badge you want to display on product 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