【发布时间】:2013-05-23 13:22:31
【问题描述】:
我使用的是 magento 1.7 版。
我想在 view.phtml 文件中显示所有捆绑的产品。
我使用以下链接获取捆绑产品中的产品列表。
Magento - get a list of bundled product ids from a product id
$product = Mage::getModel('catalog/product')->load($product_id);
$totl = $product->getTypeInstance(true)->getChildrenIds($product->getId(), false);
如何显示所有捆绑产品
【问题讨论】:
标签: magento magento-1.7 bundle product