Overview
When an address is searched within Store Locator, a list will appear with all the store locations within the radius to the searched address.
You can limit the number of stores that appear with each search.
Example
You can show only the 5 closest stores whenever an address is searched.
To change the search results limit, please follow the steps below.
Setup
- From the Shopify admin, select Apps.
- Select Store Locator.
- Select Settings.
- Select Display Settings.
- Copy and paste this code into the Page Footer HTMLfield:
Note: Adjust the script as needed. This code will have the drop-down display options of 5 and 10 results.The 5 results option displays by default.
<script> jQuery(".search_limit select")[0].length=0; jQuery(".search_limit select").html('<option value="5" selected="selected">5</option><option value="10">10</option>'); </script>
- Select Save
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article