How to get data from Magento System Configuration? zendnwar July 30, 2015 Magento 0 Comments <?php Mage::getStoreConfig(‘sectionName/groupName/fieldName’); ?> Related Posts How to redirect product page after logout in Magento? zendnwar May 15, 2013 It is very simple. Please goto logout.phtml file. If absent in your theme please copy from base .. What is the purpose of each of the fields in the core_url_rewrite table? zendnwar March 24, 2015 – url_rewrite_id: increment id – store_id: id of the related store – id_path: ..