Using the following code, you can save a store config value. The first parameter is the path from the core_config_data table.
1 |
Mage::getModel('core/config')->saveConfig('my/path/whatever', $value); |
Using the following code, you can save a store config value. The first parameter is the path from the core_config_data table.
1 |
Mage::getModel('core/config')->saveConfig('my/path/whatever', $value); |