gpt4 book ai didi

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

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:37:14 24 4
gpt4 key购买 nike

我有一个从可配置产品中获取的产品系列,我想过滤该系列以仅包含附有图像的产品。我该怎么做?

代码看起来像这样:

$configurableProduct = $this->getConfigurableProduct();
$childProducts = $configurableProduct->getTypeInstance()->getUsedProductCollection();

// add some filter here to get only products with images
$childProducts->addAttributeToFilter( /* what goes here? */ );

foreach( $childProducts as $product ) {
...
}

感谢任何帮助。谢谢!乔

最佳答案

$this->_productCollection->addAttributeToFilter('small_image',array('notnull'=>'','neq'=>'no_selection'))

关于php - 过滤带有图像的产品的 Magento 产品系列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2051722/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com