Skip to content

Geo-Targeting (Pro)

import { Badge } from ‘@astrojs/starlight/components’;

Geo-Targeting lets you configure separate free shipping thresholds for different countries, each with its own currency. The bar automatically shows the correct threshold based on where the customer is located.

  1. You define a list of country rules, each with a country, threshold amount, and currency.
  2. When a customer visits your store, the app detects their country from their IP address.
  3. The matching rule’s threshold and currency are used. If no rule matches, the bar’s default threshold is used as fallback.
  1. Open the bar in edit mode.
  2. Click the Geo-Targeting tab.
  3. Click Add Country.
  4. Select the country, enter the threshold amount, and choose the currency.
  5. Save the bar.

Example configuration:

CountryThresholdCurrency
United States50USD
Canada70CAD
United Kingdom40GBP
Australia75AUD
(default)50USD

Rules are evaluated top to bottom. The first matching country rule wins. You can drag rules to reorder them.

All currencies supported by Shopify Markets are supported. The currency code must match the currency configured in your Shopify Markets settings.