标签: php magento zend-framework layered-navigation
我使用AJAX安装了FME分层导航,但模块旁边的属性没有计数。我的问题是,我怎样才能实现这一目标?
我试图在filter_attribute.phtml中插入此代码,但它给了我致命的错误
(<?php echo $_item->getCount() ?>)
谢谢!
答案 0 :(得分:0)
改为使用$_item->getQty()。
$_item->getQty()