{if !$can_access_inventory}
Product Inventory
  • This feature is not available under your license agreement. Please contact your provider to upgrade your application.
{else}
Inventory Control
{form form=$inventoryControlForm}
Inventory Control on Product Level
{form form=$inventoryControlProductForm}
Inventory Control on Product's Attribute Level
{if count($inventory_attributes) > 0} {form form=$inventoryControlAttributeForm} {else}
You do not have any attributes setup.
{/if} {if count($sub_products) > 0}
Current Inventory
{foreach from=$sub_products item=sub_product} {/foreach}
  Active Product Sub ID Stock Stock Warning Attributes / Options  
  {$sub_product.attributes_list|gs|nl2br} Delete Inventory Record
{/if}
{/if}