Magento Category image from category id flat catalog enabled Magento December 5, 2012 Pramod T P <?php $Category = Mage::getModel(‘catalog/category’)->load($categoryId); ?> <?php echo $this->getImageUrl($Category) ?>