Hello,
I would show you a picture in the category when a product is not available.
I would use something like this:
<div style="padding:5px;">
<a><?php if ($this->product->product_in_stock == 0) {echo "<img src='http://mysite/images/red2.png' non disponibile' onclick=\"javascript:window.open('/legenda.html','legenda',')\"";}
?></a>
</div>
I used this product in detail and it worked out great in the category but I do not know how to do.
can anyone help me please? :'(
http://forum.virtuemart.net/index.php?topic=100696.0