所有商品分类
{set $arrpid=explode(",",$category_info['pids']);}
{foreach($arr_category as $category)}
{$category['category_name']}
{foreach($category['childs'] as $child)}
{if(in_array($category['category_id'],$arrpid))}
{$child['category_name']}
{foreach($child['childs'] as $item)}
{if(in_array($child['category_id'],$arrpid))}
{$item['category_name']}
{foreach($item['childs'] as $item2)}
{if(in_array($item['category_id'],$arrpid))}
{$item2['category_name']}
{/if}
{/foreach}
{/if}
{/foreach}
{/if}
{/foreach}
{/foreach}