Last active
August 8, 2017 10:39
-
-
Save aleron75/143b5713e5fc94e856c27142caa4a36f to your computer and use it in GitHub Desktop.
Set global config value in Magento 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mage::getConfig()->saveConfig(Bitbull_Multiwarehouse_Helper_Data::XML_PATH_GENERAL_ACTIVE, 1); | |
Mage::getConfig()->cleanCache(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment