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 a82c672 commit 1c850a2Copy full SHA for 1c850a2
app/code/Magento/ProductAlert/Model/Observer.php
@@ -242,6 +242,7 @@ protected function _processPrice(\Magento\ProductAlert\Model\Email $email)
242
);
243
244
$product->setCustomerGroupId($customer->getGroupId());
245
+ $this->_storeManager->getStore()->setWebsiteId($website->getId());
246
if ($alert->getPrice() > $product->getFinalPrice()) {
247
$productPrice = $product->getFinalPrice();
248
$product->setFinalPrice($this->_catalogData->getTaxPrice($product, $productPrice));
0 commit comments