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 these steps:
- From Shopify's admin, select Apps.
- Select Store Locator.
- Select Settings.
- Select Display Settings.
- Copy and paste this code in 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.