I want to make a shipping method rule based on subcart total. If the subcart total > X then shipping method is free shipping but if subcart total < X then shipping method is flat rate. I tried with the following rule, but it doesn't work.
If ANY of these conditions are TRUE : Subtotal equals or greater than 75 Shipping Method is [freeshipping] Free Subtotal less than 75 Shipping Method is [flatrate] Fixed
The shipping method has to be automatically displayed on checkout and appropriate changes should be made to grand total.
Thanx in advance