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 How to remove decimal price in magento zendnwar May 30, 2016 just need to edit core file of Magento app\code\core\Mage\Directory\Model\Currency.php or you c .. How to Set Custom Title to the Success page in Magento zendnwar November 14, 2015 Copy checkout.xml file from app/design/frontend/base/default/layout/checkout.xml to app/design/ ..