Scot's Scripts FAQs and Module Support

If you don't find the answers here contact us.
Documentation and support for our Miva modules is found here. If you can't find the answer you're looking for contact us and we'll add the information.

ProContent / Dealing with Inventory

Dealing with Inventory

If you're loading up products that may or may not be in stock, inventory levels are loaded along with product data and can be accessed like so:

<mvt:if expr="l.settings:ProContent:product:inventory:inv_available">
  In stock!
<mvt:else>
 Out of stock!
</mvt:if>
updated May 20, 2013