Not for official support
We do not provide technical support in this forum.
If you want to contact our customer support, please use our support form.
You are not logged in.
Hi all
I need to disable the products counter thats shown next to categores names in the front-end pages.
Can any one help us pls.
Offline
For home page: open file templates/frontend/tmpl*/home.tpl.html and remove
<font class="olive">({$root_categories[i][2]})</font>For category listing pages (where product quantity is displayed for subcategories): open file templates/frontend/tmpl*/category.tpl.html and remove
({$subcategories_to_be_shown[i][2]})Offline
every things now is good
thank you very much
Offline