Hello There.
I am new in Magento.
I want to make a checkout option like if the total amount in the cart is Grater the "X" amount then the shipping free only product charges need to pay, else if the total cart amount is less the "X" product charges & shipping charges should be pay.
please help with correct configuration. I am using Magento ver. 2.1.7
for that,
I selected on
Flate Rate:
Flat rate enable ON,
Price:50,
Show Method if Not Applicable: No
Free shipping
Free shipping enable: ON
Minimum price: 250
Show Method if Not Applicable: No
.....................
when I do this setting, & checkout with an amount greater than or less than 250 both time both flat and free shipping method shows.
Please Help with this.
Solved! Go to Solution.
Thank you so much for the reply, Tom.
We got the solution. we were doing the same thing for a long time but missing one this..
we got that we don't need to go for Table....
my setting That worked for me.
1: Setting the flat rate to enable.
2: Free shipping disable
3: made 2 conditions.
You can't do this with flat rate alone because it will always be available.
You could do this with a simple table rate solution that replaces your flat rate shipping method. This would allow you to set a maximum cart price that it's applicable for.
http://docs.magento.com/m2/ce/user_guide/shipping/shipping-table-rate.html
Thank you so much for the reply, Tom.
We got the solution. we were doing the same thing for a long time but missing one this..
we got that we don't need to go for Table....
my setting That worked for me.
1: Setting the flat rate to enable.
2: Free shipping disable
3: made 2 conditions.
That's great that you solved it
Thank you
hi mdism,
Facing same issue with magento 2.2.3.
Could you please explain your point 3 - (made 2 conditions)
I am trying to set free shipping for 100$+ order and 15$ for below 100$ order.
Hello,
How much time this configuration takes to show results?
this is not working for me