-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Shipping Rate Quote Fails #6875
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
Comments
Currently having this issue on 2.1.3. var/debug.log (with debugging turned on for the UPS XML type) is showing that the full State name (Missouri) is being sent instead of its corresponding code (MO) for the destination address. This isn't a problem with the non-XML UPS type, so it seems to definitely be a bug. This seems to be related to this issue: #6564 |
I ran into this issue, as well. saw the corresponding patch in the other issue #6564. However that didn't work either. after digging in it looks like a typo of sorts in Magento_Customer/js/address-converter.js changing
to (notice: regionId vs region_id)
resolved it for now |
Hello, I confirm the issue. It fix the problem for me too. Thanks! |
The problem is NOT fixed for me. Very frustrated. To Recap I have updated the 3 files mentioned in 2 posts here: address-converter.js Even after updating these files still UPS quotes show up for 2 seconds and then all disappear on the checkout page. `Florida01
', I also tried fix on #6875 and this solved nothing either. `after digging in it looks like a typo of sorts in Magento_Customer/js/address-converter.js changing addressData.region = { to (notice: regionId vs region_id) addressData.region = { Isn't the problem related to a mistake in the UPS module rather then general shipping info files above? Right now using UPS XML with M2 is impossible. Why cannot anyone fix this? Its impossible to bring a site Live if using UPS. |
@dhob68 Is this issue still actual? We were not able to reproduce it on ver. 2.1.7 |
Yes, still a problem on 2.1.7 Here is a link to a video that shows what happens. https://youtu.be/jPI2R7jlb7k |
It is still broke. I have to use a 3rd party checkout because they do not seem to want to fix this bug. Almost 9 months now..sigh. |
@dhob68 , could you please provide some more information?
|
Origin
Departure
UPS Settings
|
Fixed in #9485 Thank you @rachkulik |
Disappearing shipping quote on shipping address form
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: