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 get attribute set name in Magento? zendnwar July 30, 2015 <?php Mage::getModel(‘eav/entity_attribute_set’)->load($_product->getAttri .. How to get Product ID by SKU in Magento? zendnwar April 12, 2013 This is Very Simple $product_sku = ‘3495E’; // use your own sku number $product_id ..