Cheers,
I need to show in product details the number of product units available to buy, but only if there are any available.
By default I can only show a image when the stock is zero.
Thanks,
;)
Use this code for category page:
<?php echo $product->product_in_stock ?>
Use this code for product page:
<?php echo $this->product->product_in_stock ?>