Get all configurable products with out of stock status Magento Shyam Krishna Sreekumar February 08, 2017 $_productCollection = Mage::getResourceModel('catalog/product_collection') ->addAttributeToSelect('*') ... Read More