How to get data from Magento System Configuration? zendnwar July 30, 2015 Magento 0 Comments <?php Mage::getStoreConfig(‘sectionName/groupName/fieldName’); ?> Related Posts Magento get products from category randomly zendnwar July 24, 2016 Just follow the below code $products = Mage::getModel(‘catalog/product’) ->getCo .. When does Magento created the rewrite records for categories and products? zendnwar March 24, 2015 When create or update a category or product and reindex. ..