Use the following code to load a product by id:
1 2 |
$productId = 1234; $product = Mage::getModel('catalog/product')->load($productId); |
Loading a product by id
You want or need help implementing this solution? Maybe you did not find what you were looking for? Contact me and I will assist you with whatever Magento problem troubles you!