hello everyone!
I have a list of locations (in an HTML table genereted from "_storelocator_locations" db table) and I would like to create, for all element of the list, a link that calls the store locator page that show the location that the user clicks.
How do i write the link? What are the parameters needed?
Can you give me an example of link? (I suppose an url like <a href="mysite/index.php?option=com_storelocator&....">)
In other words, I would create a link to a store locator page where I can see only the location that I select as if I sought it.