محصولات ویژه

{if $topItem} {/if}

{$lang.featured_last_six_months}

{if $items}
    {foreach from=$items item=i name=foo}
  • {$i.name|escape}
    {$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}