{if $brand_id}
品牌专区-{$brands_array.brand.name}
--------------
{if $smarty.get.order_price}
当前为价格降序排列,转换成价格升序排列
{else}
当前为价格升序排列,转换成价格降序排列
{/if}
{foreach from=$goods_data item=goods}
{$goods.i}.{$goods.name}[{$goods.price}]
{foreachelse}
暂无此类商品
{/foreach}
{if $pagebar}
{$pagebar}
{/if}
--------------
{/if}
{if $other_brands}
{if $brand_id}其它品牌
{else}
所有品牌
{/if}
--------------
{foreach from=$other_brands item=other_data}
{if $other_data.brand_id neq $brand_id}
{$other_data.brand_name}
{/if}
{/foreach}
--------------
{/if}
回上一页
返回首页
{$footer}