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!
Use $_item->getQty()
instead.