Stock Display
-
HI,
im trying to display the stock amount and availability option in a product sidebar. I have used below code to display the quantity.
<div class=”stock-num”><?php echo $product->get_stock_quantity(); ?></span> Available</p></div>
What code I should use to hide the quantity and display “OUT OF STOCK” option on the sidebar, when I select out of stock at the backend.
Thanks in advance and a big help.
Cheers
Shiran
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Stock Display’ is closed to new replies.