Magento - getting the associated products of a grouped product
<?php
if($_product->getTypeId() == "grouped"):
$products = $_product->getTypeInstance(true)->getAssociatedProducts($_product);
foreach($products as $p):
$productSimple = Mage::getModel('catalog/product')->load($p->getId())
endforeach;
endif;
?>
Written by Daniel Salvagni
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#