Store Locator Templates

Agile Store Locator provides support for multiple templates (0, 1, 2, 3, 4, and “list”), each offering a distinct UI/UX. You can change the template by accessing the ASL Settings in the WordPress admin panel.

blank

Steps:

Access the “ASL Settings” section in your WordPress admin panel.

Locate the “UI” or “Template” option within the settings.

Choose your desired template from the dropdown menu:

  • Available options: 0, 1, 2, 3, 4, and “list”.

Save the settings to apply the chosen template to all Store Locator instances.

Switching Templates via Shortcode Attribute #

To customize templates for specific Store Locator instances, you can utilize shortcode attributes. The available templates are 0, 1, 2, 3, 4, and “list”.

Steps:

Edit the page or post containing the Store Locator shortcode.

Locate the shortcode, which typically looks like.

[ASL_STORELOCATOR]

Add the template attribute to the shortcode, specifying the desired template value. For instance:

[ASL_STORELOCATOR template="list"]

Update or publish the page to activate the new template for the particular Store Locator instance.

Examples:

To use the “list” template:

[ASL_STORELOCATOR template="list"]

To use Template 2:

[ASL_STORELOCATOR template="2"]

To use Template Grid:

[ASL_STORELOCATOR template="4"]

Feel free to employ these methods to seamlessly switch between different Agile Store Locator templates, enhancing the visual and experiential aspects based on your specific requirements.

How to have different stores set for multiple store locators? #

If you are looking to have different datasets for every store locator on separate pages, please follow the guide link about how to add multiple store locators on different pages, in the shortcode provided in the link, you just need to add the template attribute to switch to that template, example:

[ASL_STORELOCATOR template="4" category="2"]

Advanced Filter-Disabled Template #

In the absence of advanced filters, the template layout undergoes adjustments. The revised layout no longer includes dropdowns or status filters.

store locator compact layout

In case, you have mistakenly disabled it, you can enable it again from the ASL Settings > General tab.

advanced filter enable option