News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

products in stock in the category

Started by antonino78, June 29, 2013, 14:33:34 PM

Previous topic - Next topic

antonino78

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?  :'(