Get All Children Of A Block in Magento zendnwar March 5, 2015 Magento 0 Comments Sorted: $this->getSortedChildren() Unsorted: $this->getChild() Related Posts Magento Error: Item (Mage_Core_Model_Store) with the same id “0” already exist admin August 19, 2017 There can be multiple rows inserted with the same value in tables core_store, core_website and .. Programmatically remove order in Magento admin September 19, 2016 <?php require_once ‘app/Mage.php’; umask(0); Mage::app(); Mage::register(‘ ..