草庐IT

childProducts

全部标签

php - 过滤带有图像的产品的 Magento 产品系列

我有一个从可配置产品中获取的产品系列,我想过滤该系列以仅包含附有图像的产品。我该怎么做?代码看起来像这样:$configurableProduct=$this->getConfigurableProduct();$childProducts=$configurableProduct->getTypeInstance()->getUsedProductCollection();//addsomefilterheretogetonlyproductswithimages$childProducts->addAttributeToFilter(/*whatgoeshere?*/);forea