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.
2 parents 3a73641 + f310c91 commit 42fe205Copy full SHA for 42fe205
app/code/Magento/OfflineShipping/Model/SalesRule/Calculator.php
@@ -45,6 +45,7 @@ public function processFreeShipping(\Magento\Quote\Model\Quote\Item\AbstractItem
45
46
case Rule::FREE_SHIPPING_ADDRESS:
47
$address->setFreeShipping(true);
48
+ $item->setFreeShipping(true);
49
break;
50
}
51
if ($rule->getStopRulesProcessing()) {
0 commit comments