Localize a Region in Store Locator

Modified on Thu, 14 Nov at 10:48 AM

Overview

When Store Locator loads, it applies a default bias for the United States.

This article outlines how to change this bias to suit your store's needs and geolocate your locations more accurately.

Example

Without the script to change the region. Searching Toledo automatically populates in the US.

Without the Script

With the script and using the GB region. Searching Toledo now loads within Spain.

With the script


Setup

  1. From the Shopify admin, select Apps.
  2. Select Store Locator
  3. Select Settings, then Display Settings
  4. Copy and paste the following code into the Page Footer HTML:
    <script async
        src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&region=XX">
    </script>

  5. Save changes
  6. Open Google Map API Key
  7. Copy your API key, then navigate back to Display Settings
  8. Within the Page Footer HTML field, replace YOUR_API_KEY with your copied API key
  9. Replace XX with your region
    • Australia - AU
    • Canada - CA
    • France - FR
    • United Kingdom - GB
    • United States - USRegion
  10. Save changes

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article