I want to add a graphic on the product listing that shows whether a product is in or out of stock. I've tried grabbing some snippets of code from the buy_now.tpl file, but they don't seem to work. Does anyone know off hand what the if statement is that says whether a product is in stock on this page?
I also tried {if $product.avail gt 0}, but that only seems to work on the detail page.
V 4.1.10
Here's my sample page:
http://www.gamesuave.com/xcart2/home.php?cat=23
Thanks!