-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
UPS Shipping broke at the checkout page #6564
Comments
Any update to this? This looks like a bug of the one step checkout extension. It sends the state name to API incorrectly. Error: |
Hi @perfpcs We've created MAGETWO-58730 internal ticket regarding this issue. |
[Folks] Bugs - MAGETWO-58334 [Github] Free shipping is not applied if cart price rule match #6584 - MAGETWO-57278 For Dutch locale, ZIP in checkout is already giving out a "validation failed" error at page load - MAGETWO-57675 [GITHUB] WYSIWYG editor does not show. #6222 #4828 #6815 - MAGETWO-56836 [FT] Update wishlist button doesn't receive the click in AddProductsToCartFromCustomerWishlistOnFrontendTest - MAGETWO-54412 [MERCHANT] Integrity Constraint Violation when creating orders #4580 - MAGETWO-58730 [Github] Incorrect province code sent on Checkout to UPS #6564
The fix is delivered to develop branch. Closing the issue. |
Hi, So how would I get a fix for my Magento version? Will it be in next release? Thanks |
@SerhiyShkolyarenko is there a commit reference? |
I still have the same problem with Magento 2.1.4 Fixed with this related post : #6875 |
So here it is 6 months later and this issue still is not resolved??? How can people be using Magento 2 and UPS XML service?? Surely I am not the only one using this. I cannot understand how this cannot be corrected after all this time. 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. |
Disappointing that a completed fix for this major bug is yet to be released! |
[Sidecar] Fixes for 2.4 (pr13)
UPS credentials are all correct. Rates show properly at cart level. At checkout step you can see the UPS rates for about 1-2 seconds and then they disappear and it states no UPS shipping available. If you pick another ship method and then go to payment page, then click on edit the ship method..low and behold UPS is all now there. There appears to be a page load problem with the UPS section and in updating this if you change anything on the checkout page only.
Preconditions
Steps to reproduce
Expected result
Actual result
Log Error :
',
'result' => '
Rating and Service1.00FailureHard111286Florida is not a valid state for the specified shipment.',
) {"is_exception":false} []
Screenshots:



Hope this is all you need. Same settings worked fine on 2.1. Ever since 2.1.1 update this issue has occured.
The text was updated successfully, but these errors were encountered: