-
-
Notifications
You must be signed in to change notification settings - Fork 731
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
Fix snail issue for all shipping method fees #9756
Fix snail issue for all shipping method fees #9756
Conversation
This PR is ready for review. |
Hello @drummer83 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a good solution. Can you fix the remaining Rubocop warning?
Done @mkllnk Please re-review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I'd squashed all of those 3 commits to avoid fix rubocop warning commit.
97b9116
to
e02de2b
Compare
Hi @vsmay98, I have first made sure that I can still reproduce the issue on our staging server.
In the screen capture I always used the string 'invalid' as input but I have also tested:
For the different calculators we now have:
Worth mentioning:
This is looking really great and it's removing quite a few snails at one shot. 💥 We are ready to go here and I will create a follow-up issue for the topics of 'worth mentioning' (probably later today). Maybe you would like to continue your great work on this! ➡️ #9836 Thanks again! 🥳 |
What? Why?
Closes #8249
What should we test?
flat percent --> snail
flat rate (per order) --> OK
flexible rate --> snail
flat rate (per item) --> OK
price sack --> snail
weight (per kg or lb) --> probably snail
As an Admin:
Release notes
Changelog Category: User facing changes | Technical changes
The title of the pull request will be included in the release notes.
Dependencies
Documentation updates