| {$smarty.const.STORE_NUMBER} |
{$smarty.const.STORE_CATEGORY_NAME} |
{$smarty.const.STORE_PRICE_NUMBER_PRODUCTS} |
{if $showstoredetailprice != 1}{$smarty.const.STORE_PRICE_TOTAL_PRICE_PRODUCTS} | {/if}
{assign var=x value=1}
{foreach $sellbilldata as $storedetail}
{$totQty = $storedetail->totQty|intval}
{*$totQty = $storedetail->totQty*1*}
{if $totQty neq 0}
| {$x} |
{$storedetail->productCatName} |
{$storedetail->totQty} |
{if $showstoredetailprice != 1}{$storedetail->catTotal} | {/if}
{capture assign=x}{$x+1}{/capture}
{/if}
{/foreach}
{$productquantity} {$smarty.const.STORE_TOTAL_NUMBER_PRODUCTS}
{if $showstoredetailprice != 1}
{$smarty.const.STORE_TOTAL_PRICE_PRODUCTS}{$sumValue} {$currency}
{/if}
{/if}
{if {count($sellbilldata)} > 0}
{/if}