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 6a95dba commit c5c47d1Copy full SHA for c5c47d1
app/code/Magento/OfflineShipping/Model/SalesRule/Calculator.php
@@ -49,7 +49,6 @@ public function processFreeShipping(\Magento\Quote\Model\Quote\Item\AbstractItem
49
50
case Rule::FREE_SHIPPING_ADDRESS:
51
$address->setFreeShipping(true);
52
- $item->setFreeShipping(true);
53
break;
54
}
55
if ($rule->getStopRulesProcessing()) {
0 commit comments