广州传奇网络
地址:广州市天河区东圃大马路富华楼C座
电话:13808825895
QQ:1564443073
修改方法:
1、商品列表页修改方法:
用EDITPLUS(或dreamweaver)打开category.php 文件
将
1.$smarty->assign('categories', get_categories_tree($cat_id)); 修改为
1.$smarty->assign('categories', get_categories_tree()); 2、商品详情页修改方法:
用EDITPLUS(或dreamweaver)打开goods.php 文件
将
1.$smarty->assign('categories', get_categories_tree($goods['cat_id'])); 修改为
1.$smarty->assign('categories', get_categories_tree()); 3、清除缓存