I am using Magento 1.8.1 for my website tcollar.com. How to remove count in side bar left category in Magento?
Asked
Active
Viewed 3,210 times
2 Answers
10
You can disable the count directly from the Admin Panel, without modifying any templates:
System -> Configuration -> Catalog -> (Layered Navigation) -> Display Product Count

Louis B.
- 2,348
- 1
- 29
- 51
2
In filter.phtml go to below directory: app/design/frontend/default/default/template/catalog/layer/ Remove below code or comment:
(<?php echo $_item->getCount() ?>)

Pankaj Upadhyay
- 2,114
- 21
- 22