Last active
February 3, 2017 14:34
-
-
Save Juli0s/c7273aa9f1a3f3bec11571e1f013d7a0 to your computer and use it in GitHub Desktop.
Get the store code ID from the store code
This file contains hidden or 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
| $storeCodeId = Mage::getModel('core/store')->load('us_en', 'code')->getId(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment