上一个 截止至{$endDate|date_format:"%m-%d"}一周内 {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} {$currency.symbol}{$i.price}
  • {/foreach}
{else}
{$lang.no_items}
{/if}

截止至{$endMonthlyDate|date_format:"%Y-%m-%d"}三个月内热销

{if $topMonthlyItems}
    {foreach from=$topMonthlyItems item=i name=foo} {assign var='position' value=$position+1}
  • {$i.name|escape}
    {$i.sales}{$lang.sales} {$currency.symbol}{$i.price}
  • {/foreach}
{else}
{$lang.no_items}
{/if}
{if $topAuthors}

{$lang.top_authors_in} {$lang.monthArr[$month]}

{else}
暂无推荐作者
{/if}
{literal} {/literal}