VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: antonino78 on June 29, 2013, 14:33:34 PM

Title: products in stock in the category
Post by: antonino78 on June 29, 2013, 14:33:34 PM
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?  :'(
Title: Re: products in stock in the category
Post by: PRO on June 29, 2013, 15:24:47 PM
http://forum.virtuemart.net/index.php?topic=100696.0