Add your custom code for verifying shipping addresses ... into your shipping module.
The update_status() function there would be the best place. If the postcode doesn't pass the test, then set $this->enabled to false, and the module won't be available for checkout, thus preventing checkout.


Reply With Quote
