You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.
When a customer has provided an address during the shipping method step of checkout that is then changed by the address validation to an address that is not approved for the selected shipping method, a Magento exception is thrown with no clear instructions for the customer to remedy the problem. This can occur when the address validation service returns an address that differs from what the shipping carrier says is valid. For example, in an area where the zip code boundaries have been adjusted and either the AvaTax validation service or the carrier's rate calculation code has not been updated, AvaTax will say the zip code should be XYZ123, but the carrier says no rates are available because it expects a zip code of 123XYZ..
Preconditions
A shipping method is enabled that is unavailable for specific or invalid addresses
Steps to reproduce
Add one or more physical products to the cart and proceed to checkout
Provide an address that is valid for the shipping method, but that AvaTax will provide a suggested replacement for (my example is a private residence, so I will not publish the address here)
Proceed to the payment method step
Expected result
I will see the payment method step with the originally provided and suggested revised shipping addresses
Actual result
I receive a cryptic error message from Magento
The text was updated successfully, but these errors were encountered:
When a customer has provided an address during the shipping method step of checkout that is then changed by the address validation to an address that is not approved for the selected shipping method, a Magento exception is thrown with no clear instructions for the customer to remedy the problem. This can occur when the address validation service returns an address that differs from what the shipping carrier says is valid. For example, in an area where the zip code boundaries have been adjusted and either the AvaTax validation service or the carrier's rate calculation code has not been updated, AvaTax will say the zip code should be XYZ123, but the carrier says no rates are available because it expects a zip code of 123XYZ..
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: