`
cgzhang
  • 浏览: 73864 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Magento中获得可配置产品(Configurable)的所有简单产品

阅读更多
if(product->isConfigurable()){
}
$allProducts=$product->getTypeInstance(true)->getUsedProducts(null, $product);
echo count($allProducts);
foreach($allProducts as $simpleProduct){
    echo $simpleProduct->getId().'<br/>';
}
0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics