We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91b7a1 commit 53ebf75Copy full SHA for 53ebf75
app/code/core/Mage/Sales/Model/Order/Item.php
@@ -811,7 +811,7 @@ public function getBuyRequest()
811
public function getProduct()
812
{
813
if (!$this->getData('product')) {
814
- $product = Mage::getModel('catalog/product')->load($this->getProductId());
+ $product = Mage::getModel('catalog/product')->setStoreId($this->getStoreId())->load($this->getProductId());
815
$this->setProduct($product);
816
}
817
0 commit comments