Hello there! :-)

Originally Posted by
schoolboy
"It is not possible to calculate shipping using this method, because we are unable to verify your postcode. Please log into your user account and ensure that the postcode for this shipping address is correct."
Currently, the postcode matching methods return an error message if the customer's postcode isn't of the expected format (actually, the methods only check for the correct length(s) after having removed whitespace etc. but they can easily be extended to check exact formats.).
When a customer's postcode can't be checked the method sets an error message and returns to the calling method, at which point the following is run:
PHP Code:
// An error occurred when attempting to check the postcode
// Move on to checking the next country/postcode combination
// rather than alerting the user about their invalid
// postcode format
continue;
So... what you are asking me is that, instead of continuing on to check other regions, you'd like the module to stop at this point and display an "Unable to verify your postcode" message?
Now that I've written all that, I think the answer's obvious... it should definitely do this.
Well I've written all of this so I'm going to post a reply anyway.
The requested behaviour will be implemented in version 1.0.0 of this module.. which I'd like to release soon.
Does anyone else have any other feedback?
If no responses are made within the next few days the beta testing phase will be closed and the module brought to 1.0.0!
All the best...
Conor
Bookmarks