Skip to content

Commit b171dc2

Browse files
committed
ACP2E-2763: Table Rates Still Showing Even Though Free Shipping Is Applied
1 parent 88bcc44 commit b171dc2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/code/Magento/OfflineShipping/Model/Carrier/Tablerate.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ public function collectRates(RateRequest $request)
151151
$freeWeight += (int) $item->getWeight();
152152
}
153153
}
154-
155-
$request->setPackageValue($request->getPackageValue() - $freePackageValue);
156-
$request->setPackageValueWithDiscount($request->getPackageValueWithDiscount() - $freePackageValue);
157154
}
158155

159156
if ($freeWeight > 0) {

0 commit comments

Comments
 (0)