Magento - getting simple product list of a configurable product
<?php if($_product->getTypeId() == "configurable"):
$products = $_product->getTypeInstance()->getUsedProductIds();
foreach($products as $p):
$productSimple = Mage::getModel('catalog/product')->load($p);
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#