How to Show Limited Stores in Store Locator?

To show limited stores in a store locator or a separate page, the “stores” attribute is used. Moreover, in the “stores” attribute, store IDs can be passed as the parameter value. Furthermore, only stores whose IDs are provided will appear on that page. For example, on a separate page, we want to show only 5 Stores having IDs 3,5,6,7, and 8 (the Stores ID can be seen from the Manage Stores Page). Therefore, the Shortcode for the above filter will be as follows.

[ASL_STORELOCATOR stores="3,5,6,7,9"]