Contents
Display Legacy Contents


The zip code and zip radius search are disabled by default.  This option requires the database to contain latitude and longitude data to function properly.  A script is provided to populate the database with US (50 states & Puerto Rico) zipcode, latitude, and longitude data.  Other location data is not included within the software package.Steps to enable zip/radius search:


Step 1. Execute the USZipData.sql script on the same SQL Server database

Step 2. Edit setup.asp and change
"const ZipcodeSearchEnabled = false"
To
"const ZipcodeSearchEnabled = true"
 


See also