cancel
Showing results for 
Search instead for 
Did you mean: 

Can we set shipping rate based on order valuer ?

Can we set shipping rate based on order valuer ?

How to set this type of shipping in Magento 2:

 

If the order value is less the $50, the shipping rate should be 0. If the order value is greater than $50, the shipping rate should be $10

 

Is this possible ? Are there any extensions (either FREE or PAID) ?

1 REPLY 1

Re: Can we set shipping rate based on order valuer ?

@prevaj_p You can do this by shipping cart rules, follow below steps:

Enable flat rate shipping method and put your shipping charges 50


System -> Configurations -> Shipping Methods

 

then set shopping cart rules as below.

 

Step1: Goto admin > Promotion > Shopping cart rules

Step2: Create Shopping Cart rules

Step3: On this condition tab put logic shopping that if subtotals is equal or greter then 50

 

 

-
Magento Programmer | Was my answer helpful? You can accept it as a solution.