I want to set up only USPS shipping option for PO Boxes, FPO's and APO's, but I don't want to offer USPS for anyone else. I tried getting zipcodes for all PO Boxes, APO, FPO from the USPS website, but we're having some orders slip through the cracks, meaning that the zipcode list is not comprehensive. Plus, there appears to be some overlap, so UPS Ground is showing up also, which I don't want.
Is there any way I can only allow USPS for these types of addresses without inputting every zipcode in the US? The zones page in the admin times out on me already because we have so many zipcodes in the system, I'm having to manage this with sql queries, which is tedious.
Handling Shipping for PO Boxes
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 28
- Joined: Tue Sep 27, 2011 2:11 pm
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Handling Shipping for PO Boxes
We have just put filtering on the shipping methods in checkout where we check every address for all the possibilities of PO Box we can think of and then don't show UPS methods.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 28
- Joined: Tue Sep 27, 2011 2:11 pm
Re: Handling Shipping for PO Boxes
That's what I thought I'd need to do, just wanted to check to see if there was something I was missing that was already packaged. They should build this in in my opinion. Thanks for the answer.