nawaz@masthmysore Posted February 2, 2015 Share Posted February 2, 2015 (edited) I've few products which are out of stock. How can I put a water mark image for those products in home page i.e in featured or new product block Little urgent my website: http://www.evolve925.com/ Edited February 2, 2015 by nawaz@masthmysore (see edit history) Link to comment Share on other sites More sharing options...
Radu Posted February 2, 2015 Share Posted February 2, 2015 I would do it using CSS with a absolute positioned layer that may have also transparency. Link to comment Share on other sites More sharing options...
nawaz@masthmysore Posted February 2, 2015 Author Share Posted February 2, 2015 (edited) any other solution? Edited February 2, 2015 by nawaz@masthmysore (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted February 3, 2015 Share Posted February 3, 2015 watermark is not good solution. it's very complicated in this case. if i were you i will use css solution as i described here: out of stock notification on product list page may i know why you want watermark? you can achieve the same effect without watermark (without touching core!) Link to comment Share on other sites More sharing options...
nawaz@masthmysore Posted February 3, 2015 Author Share Posted February 3, 2015 @vekia I saw your other posts u gave solution something like this {if $product->quantity == 0}<img class="img-responsive" src="{$img_dir}/outofstock.png" />{/if} but i want it to be displayed in home page Link to comment Share on other sites More sharing options...
nawaz@masthmysore Posted February 3, 2015 Author Share Posted February 3, 2015 @Vekia your answer was some what helpful thanks I added the watermark in homepage in product_slider.tpl this issue is solved Link to comment Share on other sites More sharing options...
Recommended Posts