Magento Load product by id
Magento Load product by id : You Can Load Magento product by Id As Below
Magento Load product by id Syntax
$product = Mage::getModel('catalog/product')->load($id);
Which will load product by id passed.
Advertisements
Magento Load product by id : You Can Load Magento product by Id As Below
$product = Mage::getModel('catalog/product')->load($id);
Which will load product by id passed.
Advertisements