Shipping free if over "X" not working

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hello,

In the Settings configuration, I have a value of $50 for free shipping if over that but if under that, I would like a default value of Ground to be automatically applied - or - insist that the customer select a shipment method.

As it is set now they can generate an invoice with $0 shipping fee.

Any suggestions?

Thanks,
Dave
6 years ago
Conditionally controlling the shipping and discounted or free shipping options displayed in checkout is impossible without customized code, or the implementation of a plugin called ShippingDirector which allows for using expressions to control which and when customers see any given shipping option, and/or dynamically affecting the rates returned by the UPS or USPS or Fedex or whatever...very powerful tool
6 years ago
AHA!!! :)

Thanks!
6 years ago
You should be able to do this using the "Free shipping over X".   Set up the "Fixed..." with one method "Ground".  (If older nopC, then just used "Fixed", if using 3.90 then use FixedOrByWeight and set the From Weight as 0 and the To as 9999999). Then set up "Free shipping over X" to 50.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.