Magento Check if flat product is enabled Magento December 4, 2012 Pramod T P <?php if (Mage::helper(‘catalog/product_flat)->isEnabled()) { ?> <?php } ?>