This topic has 7 replies, 3 voices, and was last updated 7 years, 3 months ago by 360netsolutions.
Viewing 8 posts - 1 through 8 (of 8 total)
I am in Canada and I need to enter postal codes not zip codes. When I go to the availability page where the form is, when I type in the postal code (zip code) that I created, it says that the service is unavailable for that area. Not sure why. Is there an issue with the format of the postal code versus the zip code that could be causing the problem?
I believe that I am correct about the zip code issue. A Canadian postal code looks like this: L1H7W4 while a zip code looks like this: 02126. There is a clear difference; One combines letters and numbers and is 6 digits while the other only has numbers and is 5 digits. The form only can find the package with a US zip code not a Canadian one. This does not work out well for me since we are a Canadian company. Please let us know how we can fix this. Thanks!
Also is it possible for them to just search by postal code instead of having to fill out a long form? They should just be able to enter the city name or postal code. I do not need their name and email address or phone number at that point just for them to see if they can have the service. Is there a way to remove the other form fields?
Regarding the zipcode yes we added the feature only for the integers but no issues we will consider a small change for you to accept the other letters including the integers and give you an update soon.
Currently, we don’t have an option to remove the fields in the search but will look into this feature in the future updates to opt-in or out for the fields.
Have you made the change to the zip codes yet so that it is not only numbers and 5 digits? We need it to be letters and numbers and 6 digits long. We are running a business and this is a time sensitive matter. Please let me know when you can get this done. Thanks
If you want to allow zip code accepts numbers as well as alphabets with length 6 digits then go through the directory path ..\wp-content\plugins\isppro\assets\js\isppro-frontend-script and find var reg = /^[0-9]+$/; Line no: 52 and replace with this var reg = /^[ A-Za-z0-9]*$/;
Thank you so much!!!! It worked beautifully!
Viewing 8 posts - 1 through 8 (of 8 total)
The topic ‘Zip code issue’ is closed to new replies.