2

I am using Magento 1.8.1 for my website tcollar.com. How to remove count in side bar left category in Magento?

adrien54
  • 1,620
  • 1
  • 26
  • 31
SIL
  • 185
  • 1
  • 2
  • 11

2 Answers2

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