$Aditya = new Mage_Core_Model_Config();
$stphne = '1234567890';
$Aditya ->saveConfig('general/store_information/phone', $stphne, 'stores', 2);
$Aditya ->saveConfig('general/store_information/phone', 'value', 'scope', STORE_ID);
$stphne = '1234567890';
$Aditya ->saveConfig('general/store_information/phone', $stphne, 'stores', 2);
$Aditya ->saveConfig('general/store_information/phone', 'value', 'scope', STORE_ID);
No comments:
Post a Comment