简体   繁体   English

Magento FME分层导航,产品具有属性

[英]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. 我使用AJAX安装了FME分层导航,但是该模块在属性旁边没有计数。 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 我试图将此代码插入filter_attribute.phtml中,但它给了我致命错误

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

Thanks! 谢谢!

使用$_item->getQty()代替。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM