Get All Children Of A Block in Magento zendnwar March 5, 2015 Magento 0 Comments Sorted: $this->getSortedChildren() Unsorted: $this->getChild() Related Posts What is the parent block for all Magento blocks? zendnwar March 18, 2015 All Magento blocks inherits Mage_Core_Block_Abstract that inherits directly from Varien_Object .. How to Load a Product by SKU in Magento? zendnwar July 2, 2013 This is very simple work, just add below code and set your SKU value to get Product. <?php $ ..