For integrating a store locator functionality in to AEM 6.1, what are the best possible options that needs to be considered?
Wanted to make sure we are using as many out of the box features in implementing the solution. Please advise.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
Please go through he following article covering different way to implement Store Locator:
Link:- http://theoryapp.com/store-locator-using-java/
//Store Locator using Java
The basic idea is as below:
First, we define the Location class with the following attributes and methods:
Now we define a tool class LocationTool. It has the following methods:
Finally we build the main program Locator with a main method. As the program starts, it loads the data; then it asks for an input address, finds its geographical location, and searches for the closet store.
Link:- https://github.com/googlemaps/js-store-locator
The library provides the following features:
Demo:-
Link :- https://www.pcapredict.com/support/articles/article/how-to-implement-a-store-locator
// Insert this JS in your code, rest all would be cater by this third party app.
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Hi,
Implementing store locator could be simple. But, it would be good to know what are expectations & functionalities you expect. Is it just displaying information in the tabular format or also integrating google map etc.
---Jitendra
Views
Replies
Total Likes
The store information containing location, lat longs etc are in a SQL Server DB . When the end user lat longs are detected or when he provides the location details, the results needs to be fetched and displayed in Tabular format.
---Deepu.
Views
Replies
Total Likes
Hi
Please go through he following article covering different way to implement Store Locator:
Link:- http://theoryapp.com/store-locator-using-java/
//Store Locator using Java
The basic idea is as below:
First, we define the Location class with the following attributes and methods:
Now we define a tool class LocationTool. It has the following methods:
Finally we build the main program Locator with a main method. As the program starts, it loads the data; then it asks for an input address, finds its geographical location, and searches for the closet store.
Link:- https://github.com/googlemaps/js-store-locator
The library provides the following features:
Demo:-
Link :- https://www.pcapredict.com/support/articles/article/how-to-implement-a-store-locator
// Insert this JS in your code, rest all would be cater by this third party app.
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes