Hello,
Is there a way to prevent invalid addresses from being entered? If not, how to disable the "Next" button on the checkout page if there are no shipping options available?
The problem I am experiencing on checkout is:
1. Enter address of:
324234 MAIN
00000 ASDFFD Alabama, USA
// that not a valid address
2. On submit of address, the UPS shipping plugin fails // as expected, but a nasty error displayed to user - unexpected and unwanted
I don't want the error below shown to the user nor do I want them to be able to click on the "Next" button to try to complete the purchase.
"Error while sending XML to UPS. Error code: 111210. Message: The requested service is unavailable between the selected locations."
Thanks,
-Michael