We want to set up a message response when a customer enters a zip code that is outside the contiguous US.
We had an order come in from a customer in Hawaii and they were charged the same flat rate shipping that someone from a contiguous state would have been charged, which means they way under paid for shipping.
What we are looking for is to check the zip code a customer enters on the cart page and if it is from Hawaii, Alaska or any other destination we wish to block, then we want a message that says they have to use a different button to continue (which have an international shipping option)
I cant see anything obvious within shopsite itself so I am guessing I would need javascript or something.
Can anyone confirm that?
And if confirmed then I guess the next question is: if I need javascript then what variable is it I would be checking for and what would be the easiest way to check for multiple zip codes using wildcards?