Created
September 23, 2016 04:12
-
-
Save bka/1e69436f819484b967ab7ebc4de5d31d to your computer and use it in GitHub Desktop.
load Magento1 Product
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
Mage::getModel("catalog/product") | |
->loadByAttribute('sku', "XXX") | |
->getData(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment