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 Database server does not support the InnoDB storage engine in Magento zendnwar May 30, 2015 It is very simple solution. Please follow the below step: Go To the file app/code/core/Mage/Ins .. Common mistake in Magento zendnwar April 24, 2013 Create a custom theme don’t modify core Magento theme files instead. Understand the package ..