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 Magento get products from category randomly zendnwar July 24, 2016 Just follow the below code $products = Mage::getModel(‘catalog/product’) ->getCo .. Magento search result with full breadcumb admin January 10, 2017 It is very simple. Just alter with following code, file location /your_theme/template/page/html ..