To get the id of product and load the product base on the product id
$product_id = $this->getProduct()->getId();
$collection = Mage::getModel('catalog/product')->load($product_id);
$collection = Mage::getModel('catalog/product')->load($product_id);
Comments
Post a Comment