我在 magento 工作,我添加了一种产品并将其分配给几个类别。我想在我分配它的主页和类别页面中查看此产品。
我在 list.phtml 中有以下代码
<?php $_productCollection=$this->getLoadedProductCollection() ?>
<?php if(!$_productCollection->count()): ?>
<p class="note-msg"><?php echo $this->__('No Products Found in this Category') ?></p>
<?php endif: ?>
但这总是显示在此类别中未找到任何产品