Displays the inventory status for a product. Appears in "In Stock", "On Backorder", "On Preorder" or "Discontinued" format.
Example of Use
The product named Turkey Sandwich has 10 units in stock.
The following content in the products template: This product's status is: {PRODUCT-STATUS}
Will display the following when viewing the Turkey Sandwiches Product page in the storefront: This product's status is: In Stock
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {PRODUCT-STATUS} QuickCode Tag is changed into the source code below prior to the web page being displayed.