{include file="templates/emails/elements/top_html.html"}

Product Low or Out of Stock

Product Information:

  • Product Name : {$product.title|htmlspecialchars}
  • Product ID : {$product.product_id|htmlspecialchars}
  • {if $product_attributes_stock}
  • Product Sub ID : {$product.product_sub_id|htmlspecialchars}
  • Options:
    {$product_attributes_stock.attributes_list|nl2br}
  • {/if}
  • In Stock : {$new_stock}
  • {if $product_attributes_stock}
  • Stock Warning : {$product_attributes_stock.stock_warning}
  • {else}
  • Stock Warning : {$product.stock_warning}
  • {/if}
  • Admin Area URL : {$AdminHttpsUrl}/admin.php?p=product&id={$product.pid}
  • {include file="templates/emails/elements/bottom_html.html"}