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)
Hide the traffic light image with a css override:
.vm2-nostock { display:none; }
http://forum.virtuemart.net/index.php?topic=116620.0
Thanks :)