-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flat rate overrules weight limits #16
Comments
@andershelt This is intended behaviour. If you check the log, then you will see that one of the first things that are checked is whether or not free shipping should be applied, and if it should then it will not even look at the weight table. So in this case free shipping is enabled for orders Can we change thisYes we can, but it will cause a lot of problem with our existing customers - hence this is a breaking change, and if we are to implement this, then it cannot be added before version 8. What can this customer doHe can use the filter DecisionShould we change this in an upcoming version 8? If so, then we have two options:
I personally prefer option 1, and I like the idea because this will make it easier to have both Varebrev and MyPack setup for example. Example of Varebrev and MyPack
|
@bilfeldt The issue as I see it is that we don't use the weight criteria when free shipping becomes active. Or is this option 1? Because there is always a weight interval is entered in WooCommerce. Blank fields will either give a mistake of remove the whole line. |
This is exactly my option 1 if I understand you correctly. Using the setup from my previous comment then the shipping prices would be:
Is this how you imagine it @andershelt ? |
@bilfeldt |
@bilfeldt
We have an issue on the WooCommerce plugin when using flat rate.
If a weight limit is used on a shipping method, that limit is overruled when an end-user reaches the limit for the flat rate price.
Example for free shipping from 50DKK but weight limit on 1kg. (1 product is 0,5kg, cart totalt is there for 1,50kg)
Shipping methods settings from backend
Result on checkout when flate rate requirement is met but the weight limit for the shipping method is exceeded.
The text was updated successfully, but these errors were encountered: