1、找到 category.php 和goods.php 两个文件修改:
$smarty->assign('categories', get_categories_tree(0)); // 分类树get_categories_tree(0)要为0才会显示所有分类,或连0也不要,否则点到子栏目就只显示子栏目 //改好后要清除缓存
1、找到 category.php 和goods.php 两个文件修改:
$smarty->assign('categories', get_categories_tree(0)); // 分类树get_categories_tree(0)要为0才会显示所有分类,或连0也不要,否则点到子栏目就只显示子栏目 //改好后要清除缓存