{extend name="default/base/base_store" /} {block name="store_main"} {notpresent name='editable_page'}
{include file="default/store/default/store/store_info"}

{$Think.lang.commodity_ranking}

    {foreach name="hot_sales" item="val"}
  • {php}echo $key+1;{/php}
    {$Think.lang.currency}{$val.goods_promotion_price}
    {$Think.lang.ds_sell_out}{$val.goods_salenum}{$Think.lang.ds_bi}
  • {/foreach}

{$Think.lang.merchandise_collection}

    {foreach name="hot_collect" item="val" }
  • {php}echo $key+1;{/php}
    {$Think.lang.currency}{$val.goods_promotion_price}
    {$Think.lang.ds_collection_popularity}{$Think.lang.ds_colon}{$val.goods_collect}
  • {/foreach}
{notempty name="store_slide"}
    {for start="0" end="5"} {notempty name="$store_slide[$i]"}
  • {/notempty} {/for}
{/notempty}
{notempty name="recommended_goods_list"}
{/notempty}
{notempty name="new_goods_list"} {/notempty}
{else} {foreach name='config_list' item='item' key='key'}
{$item.html|raw}
{/foreach} {/notpresent} {/block}