Jump to content

looking for delivery route module that tells customers if we deliver to their address


Recommended Posts

Hi Prestashop friends,

 

I am looking for a module (or code or something that can be implemented to my prestashop site) for the following scenario:

 

Our business is going to have a delivery route. I would like an easy automated way for customers to find out if we deliver to their area. Maybe they can plug in their address and the module will analyze their address and see how it compares to our delivery route. 

 

Has any one here done something like this? Or know of a way to pull it off?

 

I look forward to your ideas. Thanks guys!

 

- gracenote

Link to comment
Share on other sites

While we can't help you out directly, take a look at the Google Maps API V3 feature "containsWithin()"

Details: https://developers.google.com/maps/documentation/javascript/examples/poly-containsLocation

That should do what you need, and provide a pretty map as well. All you need to do is determine the GPS points of the polygon representing your delivery area.

Edited by TaxCloud (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...