Get All simple product from a Configurable Product in Magento Product View

后端 未结 6 1548
轮回少年
轮回少年 2021-01-31 09:55

How can I get all the simple products associated with a configurable product? I found how to do the opposite (get a product configurable from a simple product) but that\'s not w

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-31 10:17

    I got it. Thanks for the replies.

    getTypeId() == "configurable"): ?>
        getTypeInstance()->getUsedProductIds(); ?>
        
            load($_config); ?>
            
        
    
    

提交回复
热议问题