VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: tanjapika on December 11, 2017, 13:03:50 PM

Title: Remove image "nostock" for product out of stock
Post by: tanjapika on December 11, 2017, 13:03:50 PM
Hi

I want to remove the image "nostuck" if a product is out of stock (the image product is shown with a "diagonal red flag" and despristion "out of stock") on products category preview.

Can anybody help me, please?

Bye, Tanja

(http://kreatim.eu/images/nostock.jpg)
Title: Re: Remove image "nostock" for product out of stock
Post by: jenkinhill on December 11, 2017, 13:54:26 PM
Hide the traffic light image with a css override:
.vm2-nostock  { display:none; }

http://forum.virtuemart.net/index.php?topic=116620.0
Title: Re: Remove image "nostock" for product out of stock
Post by: tanjapika on December 11, 2017, 14:41:51 PM
Thanks  :)