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 adc4105 commit ae5c89eCopy full SHA for ae5c89e
app/code/Magento/Quote/Model/Quote.php
@@ -1647,6 +1647,8 @@ public function addProduct(
1647
);
1648
}
1649
1650
+ $productId = $product->getId();
1651
+ $product = clone $this->productRepository->getById($productId, false, $this->getStore()->getId());
1652
$cartCandidates = $product->getTypeInstance()->prepareForCartAdvanced($request, $product, $processMode);
1653
1654
/**
0 commit comments