Overview
Store Locator will display a general map of your region. If you have a main store or headquarters, the map can be adjusted to make a specific location the default to where your map loads.
To display a default search when Store Locator loads, 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> document.addEventListener("DOMContentLoaded", function(){ document.getElementById('address_search').value = "!!!"; setTimeout(function(){ document.querySelector('.search_bar button').click(); }, 1000); }); </script>
- Replace !!!! with the search term you'd like as the default search.
- 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