{extend name="default/base/base_home" /} {block name="mall_main"}
{notempty name="goods_class_array"}

{$Think.lang.category_filtering}

    {foreach name="goods_class_array" item="value"}
  • {$value.gc_name} {notempty name="$value.class2"}
      {foreach name="$value.class2" item="val"}
    • {$val.gc_name} {notempty name="$val.class3"}
        {foreach name="$val.class3" item="v"}
      • {$v.gc_name}
      • {/foreach}
      {/notempty}
    • {/foreach}
    {/notempty}
  • {/foreach}
{/notempty}

{$Think.lang.goods_class_viewed_goods}

    {notempty name="viewed_goods"} {foreach name="viewed_goods" item="v" key="k" }
  • {$v.goods_name}
    {$v.goods_name}
    {$Think.lang.currency}{$v.goods_promotion_price}
  • {/foreach} {/notempty}
{$Think.lang.full_browsing_history}

{notempty name="show_keyword"} {$show_keyword} - {/notempty} {$Think.lang.product_screening}

{if (isset($checked_brand) && is_array($checked_brand)) || (isset($checked_attr) && is_array($checked_attr))}
{$Think.lang.goods_class_index_selected}{$Think.lang.ds_colon}
{notempty name="checked_brand"} {foreach name="checked_brand" item="val" key="key" } {$Think.lang.goods_class_index_brand}:{$val.brand_name}X {/foreach} {/notempty} {notempty name="checked_attr"} {foreach name="checked_attr" item="val"} {$val.attr_name}:{$val.attrvalue_name}X {/foreach} {/notempty}
{/if} {notempty name="brand_array"}
{$Think.lang.goods_class_index_brand}{$Think.lang.ds_colon}
{if count($brand_array) > 16}
{$Think.lang.goods_class_index_more}
{/if}
{php}$dl++;{/php} {/notempty} {notempty name="attr_array"} {php}$j = 0;{/php} {foreach name="attr_array" item="val" key="key" } {php}$j++;{/php} {if !isset($checked_attr[$key]) && !empty($val['value']) && is_array($val['value'])}
{$val.name}{$Think.lang.ds_colon}
    {php}$i = 0;{/php} {foreach name="$val.value" item="v" key="k" } {php}$i++;{/php}
  • 10}style="display:none" ds_type="none"{/if}>{$v.attrvalue_name}
  • {/foreach}
{if count($val['value']) > 10}
{$Think.lang.goods_class_index_more}
{/if}
{/if} {php}$dl++;{/php} {/foreach} {/notempty}
{/block}