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 cb8f014 commit 696fe47Copy full SHA for 696fe47
app/code/Magento/SalesRule/Model/Quote/Discount.php
@@ -181,6 +181,7 @@ public function collect(
181
$child->setDiscountPercent(0);
182
}
183
184
+ $item->getAddress()->setBaseDiscountAmount(0);
185
186
$this->calculator->init($store->getWebsiteId(), $quote->getCustomerGroupId(), $quote->getCouponCode());
187
$this->calculator->initTotals($items, $address);
0 commit comments