{extend name="$base" /} {block name="resources"} {/block} {block name="main"} {notempty name="$goods_category_one"}
{foreach $goods_category_one as $vo}
{$vo.category_name} {if condition="$vo['child_list'] neq null "} {foreach $vo['child_list'] as $vo2} {if condition="$vo2.pid eq $vo.category_id"}
{$vo2.category_name}
{if condition="$vo2['child_list'] neq null "}
{foreach $vo2['child_list'] as $vo3} {if condition="$vo3.pid eq $vo2.category_id"} {$vo3.category_name} {/if} {/foreach}
{/if}
{/if} {/foreach} {/if}
{/foreach}
{else /}

{:lang('no_goods_classification')}

{/notempty} {/block} {block name="script"}{/block}