Get All Children Of A Block in Magento zendnwar March 5, 2015 Magento 0 Comments Sorted: $this->getSortedChildren() Unsorted: $this->getChild() Related Posts Explain life cycle of a Block in Magento zendnwar March 5, 2015 _prepareLayout() method is called immediately after a block has been added to the layout object .. Disable/ Remove “Estimate Shipping and Tax” Magento 1.9 zendnwar December 9, 2014 We can solve this issue two way. First way : Create local.xml file with below code and upload y ..