0

Load product at store level in magento ?

posted on , by Muthupandi

Get Current store id $storeId = Mage::app()->getStore()->getId(); Load product $product = Mage::getModel('catalog/product') ->setStoreId($storeId) ->load($key) ...