{php} $current_cate_id = $current_cate['id'] ?? 0; {/php} {$current_cate['seo_title']} {include file="components/header"}
{if !empty($sub_cates[0])}

{$sub_cates[0]['title'] ?? ''}

{$sub_cates[0]['description'] ?? ''}

{/if} {if !empty($sub_cates[1])}

{$sub_cates[1]['title'] ?? ''}

{/if} {if !empty($sub_cates[2])}

{$sub_cates[2]['title'] ?? ''}

{$sub_cates[2]['description'] ?? ''}
{/if} {if !empty($sub_cates[3])}

{$sub_cates[3]['title'] ?? ''}

{php} $products = getArticlesBySolutionName($current_cate['title'],$seller_id,6); {/php} {volist name="products" id="vo"} {/volist}
{/if} {if !empty($sub_cates[4])} {/if} {if !empty($sub_cates[5])}

{$sub_cates[5]['title'] ?? ''}

{php}$others = getOtherCategoryCategoryId($current_cate['id'],$seller_id,5);{/php} {volist name="others" id="vo"} {/volist}
{/if}
{include file="components/mask"} {include file="components/footer"}