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 Which product types exist in Magento? zendnwar October 2, 2014 Configurable Simple Grouped Bundle Virtual Downloadable .. Track Visitor’s Information in Magento zendnwar April 23, 2015 <?php $visitorInfo = Mage::getSingleton(‘core/session’)->getVisitorData(); pr ..