April 22, 2011 12:31 pm
Funwatercraft uses dealers to sell their Hydrobike parts and bikes. To determine and manage each dealer’s territory they needed some tools built into their Ordering Processing System.
To sum up the requirement:
To keep it priced in budget, we had to look for some free web services. I found a lot of web sites that allow you to get a list for the US (ex. http://www.free-zipcode-maps.com/) and a very nice site that shows the ZIP Codes visually, Maps.Huge.Info.
I put link to those online tools in the web application for them to do some manual work, however, I still need the main function of auto populating the dealer territory with a set of postal codes. I finally came across this free Web Service GeoNames http://www.geonames.org/
The service is free for light users. You can only return 500 rows and your radius can be no more then 18 Miles (30 km). There is a premium paid service that removes these limits, however, for Funwatercraft, it is more then enough. It also works for most of the worlds.
So, the business flow is
Also, in the master search, I added code that will determine if the requested search is a ZIP Code or a Postal code and find the dealer for that code.
It’s pretty slick. Only four hours of work.
Posted by Corey
Tags:
Mobile Site | Full Site
Get a free blog at WordPress.com Theme: WordPress Mobile Edition by Alex King.