Get All Children Of A Block in Magento zendnwar March 5, 2015 Magento 0 Comments Sorted: $this->getSortedChildren() Unsorted: $this->getChild() Related Posts How to check You are in Home Page in Magento? zendnwar January 14, 2013 This is very simple just below code copy and paste in your .phtml file and run. <?php if($th .. Magento Events List zendnwar January 7, 2015 Magento uses a fantastic event hooking system, following the Observer Design Pattern, allowing ..