Search code examples
phpmagentozend-frameworklayered-navigation

Magento FME Layered Navigation with product count on attribute


I installed FME Layered Navigation with AJAX but the module doesn't have a count next to the attribute. My question is, how can I make this happen?

I tried to insert this code in filter_attribute.phtml but it gives me fatal error

(<?php echo $_item->getCount() ?>)

Thanks!


Solution

  • Use $_item->getQty() instead.