How to Create Multiple Store Locators on Different WordPress pages?

Using Agile Store Locator you can show multiple store locators on different pages with stores list by assigning stores to categories. To see how it works, consider that we have 3 stores locators on 3 separate pages that are East, West, and South.

Create three categories “East”, “West”, and “South” by having respective category IDs like 1, 2, and 3. Assign stores of East store locator to category “East”, same with the “West” and “South” store locator stores. Once all the stores are assigned to correct categories, use the Shortcode as provided below.

East Store Locator Shortcode

[ASL_STORELOCATOR category="1" default_lat="xxxxx" default_lng="xxxxx"]

South Store Locator Shortcode

[ASL_STORELOCATOR category="2" default_lat="xxxxx" default_lng="xxxxx"]

West Store Locator Shortcode

[ASL_STORELOCATOR category="3" default_lat="xxxxx" default_lng="xxxxx"]

How to Change the Store Locator Language #

Please refer to the following article to learn how to change the language on the store locator.

How to Use Different Templates on Different Pages #

With the Store Locator plugin, you have the option to use different templates or layout on different pages, with different datasets, learn more about how to use different templates on multiple pages.