پرفروش ترین محصولات

قبلی {$lang.week_ending} {$endDate|date_format:"j F Y"} {if $nextDate} بعدی {else} بعدی {/if}

پرفروش ترین محصولات هفته

{if $topSellItems}
    {assign var='position' value='0'} {foreach from=$topSellItems item=i name=foo} {assign var='position' value=$position+1}
  • {$i.name|escape}
    {$i.sales} {$lang.sales} {$i.price} {$currency.symbol}
    {section name=foo start=1 loop=6 step=1}{if $i.rating >= $smarty.section.foo.index}{else}{/if}{/section}
  • {/foreach}
{else}
{$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.name|escape}
    {$i.sales} {$lang.sales} {$i.price} {$currency.symbol}
    {section name=foo start=1 loop=6 step=1}{if $i.rating >= $smarty.section.foo.index}{else}{/if}{/section}
  • {/foreach}
{else}
{$lang.no_items}
{/if}
{/if}