How To Load Magento Product By Sku

I would like to load Magento product by sku, what function or method should I use

You can use “load” method from “catalog/product” model to load the Magento product by sku

$sku = 'my-sku';
$_product = Mage::getModel('catalog/product')->load($sku , 'sku');
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments