广州传奇网络

地址:广州市天河区东圃大马路富华楼C座

电话:13808825895

邮箱:gz020wbs@163.com

QQ:1564443073

网址:http://www.020wbs.com/

首页 > 二次开发Ecshop二次开发 > ECSHOP商品列表页和商品详细页分类树跟首页一样

二次开发Ecshop二次开发

二次开发Ecshop二次开发

ECSHOP商品列表页和商品详细页分类树跟首页一样

修改方法:

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、清除缓存