求救商品筛选链接修改链接

2016-07-07 16:04 来源:www.chinab4c.com 作者:ecshop专家

请问我自己做了一个商品分页列表。
正常显示,只是商品 品牌筛选还是 http:www.****.com/category.php?id=1&brand=1&price_min=0&price_max=0
我想得到的效果是:http:www.****.com/newlist.php?id=1&brand=1&price_min=0&price_max=0


注意:category.php 变 newlist.php

因为category.php 保留其它商品显示的
newlist.php 是另一产品显示
-----------------

$brands[0]['brand_name'] = $_LANG['all_attribute'];
$brands[0]['url'] = build_uri('newlist', array('cid' => $cat_id, 'bid' => 0, 'price_min'=>$price_min, 'price_max'=> $price_max, 'filter_attr'=>$filter_attr_str), $cat['cat_name']); $brands[0]['selected'] = empty($brand) ? 1 : 0;

$smarty->assign('brands', $brands);

category 改成:newlist 清缓存这样修改无效啊
-----------
请问要怎么修改,望高人指导

回答:
坐等楼下回答

新页面。你要建自己的分页函数才行