What is the parent block for all Magento blocks? zendnwar March 18, 2015 Magento 0 Comments All Magento blocks inherits Mage_Core_Block_Abstract that inherits directly from Varien_Object Related Posts 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 .. How to get controller, module, action and router namein Magento? zendnwar May 28, 2013 Template Files: $this->getRequest()->getControllerName(); $this->getRequest()->getA ..