How to assign a particular store based on user location input in a multi branch ecommerce setup?
Hi,
I am creating a multi branch eCommerce store like https://www.licious.in. I do not know how to connect and show particular store's products based on the user location that is input on opening the website.
I tried Google places and map API but unable to get this working, is there any script or tutorial available on this?
@jinner Each store would have its coordinates (latitude and longitude) recorded in the database. When the user lands on the website for the first time, you need to get their coordinates, and then look up the store with the closest coordinates to them.