if $show_type eq '0'
foreach item=one from=$shopclass_array key=key
if $one[0].class_id neq ''
$one.class_name
if $one.child_class[0].class_id neq ''
foreach item=two from=$one.child_class key=key2
if $key2 < 4
- $two.class_name
/if
/foreach
/if
/if
/foreach
/if
if $show_type eq '1'
/if
if $show_type eq '2'
foreach item=one from=$shopclass_array
- $one.class_name
if $one.child_class neq ''
/if
/foreach
/if