{extend name="base"/} {block name="resources"} {/block} {block name="body"}
{if $promotion}
商品
{if $promotion && $promotion == "all"}
全部商品
{/if} {foreach $promotion_type as $k => $v} {if $promotion && $promotion == $v.type || !$promotion}
{$v.name}
{/if} {/foreach}
{/if} {if !$promotion}

全部分类

{foreach $category_list as $category_one_item}

{$category_one_item.title}

{notempty name="category_one_item.children"} {foreach $category_one_item.children as $category_two_item}

{$category_two_item.title}

{notempty name="category_two_item.children"} {foreach $category_two_item.children as $category_three_item}
{$category_three_item.title}
{/foreach} {/notempty}
{/foreach} {/notempty}
{/foreach}
{/if}
{if $promotion == 'pintuan' || $promotion == 'presale'} {else/} {/if}
{/block} {block name="script"} {/block}