پرفروش ترین محصولات هفته
{if $topSellItems}-
{assign var='position' value='0'}
{foreach from=$topSellItems item=i name=foo}
{assign var='position' value=$position+1}
-
{$i.sales} {$lang.sales} {$i.price} {$currency.symbol}
{/foreach}
{$lang.no_items}
{/if}
{$lang.three_monthly} {$endMonthlyDate|date_format:"j F Y"}
{if $topMonthlyItems}-
{foreach from=$topMonthlyItems item=i name=foo}
{assign var='position' value=$position+1}
-
{$i.sales} {$lang.sales} {$i.price} {$currency.symbol}
{/foreach}
{$lang.no_items}
{/if}