{if $products} {foreach from=$products item=p} {if $p.item_desc} {/if} {/foreach}
ID TITLE PRICE # IN STOCK RECURRING CATEGORY
{$p.id} {$p.title} {$p.price} {if $p.stock == -1}*{else}{$p.stock}{/if} {$p.is_recurring} {$p.category.title}
{$p.item_desc}
{else}

No products found -

Click here to create a New Product

{/if}