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 9d666cc commit 01dd146Copy full SHA for 01dd146
app/code/Magento/Shipping/Model/Carrier/AbstractCarrierOnline.php
@@ -648,16 +648,6 @@ public function setRawRequest($request)
648
*/
649
public function getMethodPrice($cost, $method = '')
650
{
651
- if ($method == $this->getConfigData(
652
- $this->_freeMethod
653
- ) && $this->getConfigFlag(
654
- 'free_shipping_enable'
655
- ) && $this->getConfigData(
656
- 'free_shipping_subtotal'
657
- ) <= $this->_request->getBaseSubtotalWithDiscountInclTax()) {
658
- return '0.00';
659
- }
660
-
661
return $method == $this->getConfigData(
662
$this->_freeMethod
663
) && $this->getConfigFlag(
0 commit comments