Monday, October 1, 2012

Magento Get Product ID from SKU

Load magento product by its sku. This is the fastest way to get product by sku.
$_product = Mage::getModel('catalog/product')->loadByAttribute('sku',$sku);