Popular Files

Previous {$lang.week_ending} {$endDate|date_format:"%d %b"} {if $nextDate} Next {else} Next {/if}

Weekly Top Sellers

{if $topSellItems}
    {assign var='position' value='0'} {foreach from=$topSellItems item=i name=foo} {assign var='position' value=$position+1}
  • {$i.sales} {$lang.sales} {$currency.symbol}{$i.price}
    {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:"%d %b %Y"}

{if $topMonthlyItems}
    {foreach from=$topMonthlyItems item=i name=foo} {assign var='position' value=$position+1}
  • {$i.sales} {$lang.sales} {$currency.symbol}{$i.price}
    {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}