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 50547dc commit 809b8e8Copy full SHA for 809b8e8
app/code/Magento/OfflineShipping/Model/Carrier/Tablerate.php
@@ -164,7 +164,6 @@ public function collectRates(RateRequest $request)
164
165
$result->append($method);
166
} elseif (empty($rate) && $request->getFreeShipping() === true || $request->getPackageQty() == $freeQty) {
167
-
168
/**
169
* Promotion rule was applied for the whole cart.
170
* In this case all other shipping methods could be omitted.
0 commit comments