Difference between revisions of "Shipping Estimate based on ZIP code only"

From AbleCommerce Wiki
Jump to: navigation, search
Line 8: Line 8:
  
 
You could subscribe to a zip code service and then add code that looks up a city based on the zip code. But that will probably lead to even worse estimates. Many zip codes touch multiple cities and the the shipping cost to each can vary quite a bit. If your code simply picked the first city in the list, the estimate would be wrong quite often.
 
You could subscribe to a zip code service and then add code that looks up a city based on the zip code. But that will probably lead to even worse estimates. Many zip codes touch multiple cities and the the shipping cost to each can vary quite a bit. If your code simply picked the first city in the list, the estimate would be wrong quite often.
 
+
==Reference==
Reference: http://forums.ablecommerce.com/viewtopic.php?f=44&t=8159
+
Originally posted in forums by evanb@firefold.com http://forums.ablecommerce.com/viewtopic.php?f=44&t=8159

Revision as of 07:23, 9 September 2008

Question

Is this possible to use only the zip code to give an estimate for shipping on items?

Answer

It depends on the shipping methods. Some of carriers require more address information than just the zip code. For example, FedEx requires the zip code and the city. Even then, the estimate will often be higher than the actual cost (which is based on the street address, city, and zip).

You could subscribe to a zip code service and then add code that looks up a city based on the zip code. But that will probably lead to even worse estimates. Many zip codes touch multiple cities and the the shipping cost to each can vary quite a bit. If your code simply picked the first city in the list, the estimate would be wrong quite often.

Reference

Originally posted in forums by evanb@firefold.com http://forums.ablecommerce.com/viewtopic.php?f=44&t=8159