我有Sellya主题,我想删除顶级菜单中产品旁边的计数器.
见这里:http://twsgs.com
我看到这里在底部的解决方案,它的外观那样:
First change:
Open category.php with your preferred editor on => catalog/controller/module/category.php
Go to the line 49: 'name' => $child['name'] . ' (' . $product_total . ')'
Change it to: 'name' => $child['name'],// . ' (' . $product_total . ')'
Go to line 71: 'name' => $category['name'] . ' (' . $product_total . ')',
Change it to: 'name' => $category['name'],// . ' (' . $product_total . ')',
Second change:
Open category.php on => …Run Code Online (Sandbox Code Playgroud)