Magento – Configurable Products, get children, get children’s attributes

  • by
//Clear cache first!
Mage::getModel('catalog/product_type_configurable')-> getProduct($product)->unsetData('_cache_instance_products');
$_product = Mage::getModel('catalog/product')->load(5525);
$childProducts = Mage::getModel('catalog/product_type_configurable')->getUsedProducts(null, $product);

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

This site uses Akismet to reduce spam. Learn how your comment data is processed.