Quote Originally Posted by lat9 View Post
Quote Originally Posted by allmart View Post
I am using One Page Checkout, when a postal code is not within our delivery area a pop-up displays "Please contact the store owner; some required elements of this page are missing." Once OK is clicked then the page is displayed without the shipping and payment details and a message Not Available At This Time Sorry, we are not shipping to your region at this time. Please contact us for alternate arrangements. Anyway of not displaying the initial pop-up?

Thanks,
That "some required elements are missing" message indicates that the template 'rendering' of the page is missing some required jQuery selectors. You can view the browser's "Console Log" by pressing F12 and then the 'Console' tab. That will contain information that identifies which elements are missing.
Actually this situation is not a result of anything wrong with ZipShip.

OPC appears not to be expecting "no shipping results at all", so it's croaking.
I've opened issue https://github.com/lat9/one_page_checkout/issues/285 where I describe more details about it.