As you know there are so many alternate methods to get product details by given id in Magento 1.x. This code snippet will be very useful at many custom development with Magento. Lets check the code used in Magento 1.x. $productId = 10 // Assign product id here.. $_product = Mage::getModel(‘catalog/product’)->load($productId); List of some methods…


Recent Comments