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 Explain class naming conventions and their relationship with the autoloader zendnwar March 23, 2015 Magento was developed based on the Zend Framework, so the rules of class naming in Magento were .. How to show SKU value in Magneto? zendnwar April 24, 2013 This is very simple. Please add below code. <?php $_productCollection=$this->getLoadedPro ..