Skip to content

Instantly share code, notes, and snippets.

@aleron75
Last active August 8, 2017 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aleron75/143b5713e5fc94e856c27142caa4a36f to your computer and use it in GitHub Desktop.
Save aleron75/143b5713e5fc94e856c27142caa4a36f to your computer and use it in GitHub Desktop.
Set global config value in Magento 1
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