Help regarding zones & postal codes

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
industry
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 37
Joined: Fri Apr 03, 2009 4:17 am

Help regarding zones & postal codes

Post by industry » Mon May 11, 2009 7:48 am

Ok, we have set up some shipping methods which is fine but now we need to filter them by postcode - i see you can set up zones and include postcodes but here is where we run into problems: the free text field where you can input the postcode has a limit to the amount of characters you can use, so we only get through about 40 of our postcodes (out of around 3000) before it wont accept anymore.

Is there any way of either:

a) increasing the max-length of characters you can put into that field
or
b) have it so it excludes certain postcodes rather than include

Thanks in advance if you can help - just say if you need more information

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Help regarding zones & postal codes

Post by mazhar » Mon May 11, 2009 8:01 am

If excluding certain post code doesn't require much work then it would be OK other wise you can increase length in both the Admin/Shipping/Zones/EditShipZone.aspx page and in database table. Secondly have you noticed that you can use * wild card with Postal Codes. You can make use of wild card to mark a range of postal codes.

industry
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 37
Joined: Fri Apr 03, 2009 4:17 am

Re: Help regarding zones & postal codes

Post by industry » Mon May 11, 2009 8:15 am

mazhar wrote:If excluding certain post code doesn't require much work then it would be OK other wise you can increase length in both the Admin/Shipping/Zones/EditShipZone.aspx page and in database table. Secondly have you noticed that you can use * wild card with Postal Codes. You can make use of wild card to mark a range of postal codes.
Thats great - thanks....

How would we go about excluding certain post codes btw?

Yep the wildcard feature is great, its just we need to include the first two letters and then the number (eg, YO31), which does narrow the postal codes in England from 1.7m to 3000.

robgrigg
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Fri Jun 12, 2009 2:22 am

Re: Help regarding zones & postal codes

Post by robgrigg » Mon Jan 04, 2010 1:15 pm

Hi, I am facing the same problem. Did you get this resolved?

jessthib
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 30
Joined: Tue Nov 03, 2009 10:26 am

Re: Help regarding zones & postal codes

Post by jessthib » Tue Jan 12, 2010 8:42 am

If excluding certain post code doesn't require much work then it would be OK other wise you can increase length in both the Admin/Shipping/Zones/EditShipZone.aspx page and in database table. Secondly have you noticed that you can use * wild card with Postal Codes. You can make use of wild card to mark a range of postal codes.
I too would like to lengthen the maximum characters in the post codes. I changed it in EditShipZone.aspx but how do I access the database table to change it there?

Thanks!

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Help regarding zones & postal codes

Post by mazhar » Tue Jan 12, 2010 9:49 am

You can use SQL server management studio for that purpose. You can connect it your database server and then change the desired table' s column information.

Post Reply