Overview
By default, Store Locator will display a radius around each search to show nearby stores. This will only display the closest stores to the searched location.
Locking the search distance to unlimited will allow your map to continue to display all the pins for your locations, even when an address is searched.
To lock the search distance to unlimited, 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 Header HTML field:
<script> jQuery(function($) { $(".search_within_distance select")[0].length=0; $(".search_within_distance select").html('<option value="9999" selected="selected">No Limit</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