🎉   New theme alert!   Check out   ETHERYX
Skip to content

Cart

Free shipping bar

Markets threshold

You can set different free shipping thresholds per market/currency so that each threshold reflects local currency values. For example, if your USD threshold is $100, you might set 15000 in Japanese Yen. This ensures customers in each market see the correct free shipping requirement. To enable this, you need to configure a few specific settings in your online store.

Metafields

First you need to create a new market metafield.

  1. From your Shopify admin, go to Settings → Custom data → Metafield definitions.

  2. Click Markets, then Add definition

  3. Here are the fields to fill in:

    • Name: Free shipping threshold
    • Namespace and key: openthinking.free_shipping_threshold

      WARNING

      ⚠️ "Namespace and key" must be exactly the same as above, otherwise the feature will not work!

    • For Type select IntegerOne value
    🖼️ Screenshot
    Markets free shipping threshold metafield
  4. Click Save

Assign threshold to market

Now you can assign the threshold to each market's metafield.

  1. From your Shopify admin, go to Settings → Markets
  2. Open a Market, then under Market settings click Metafields
  3. Click the newly created Free shipping threshold metafield.
  4. Enter the threshold amount for the market in its respective currency.
  5. Click Save

NOTE

You will need to update the metafields for each market you want to display the threshold for.


Terms agreement checkbox

How to Change the text of the Terms Agreement Checkbox

If you want to modify the text of the terms agreement checkbox in your OpenThinking theme, follow these steps:

  1. From your Shopify admin, go to Online Store → Themes

  2. Click ••• (three dots) next to the theme you want to edit-

  3. Click Edit default theme content

  4. Use the search bar to find the terms agreement text (search for I have read and agree )

  5. Update the Cart terms html text field with your preferred wording.

    • You can use HTML tags to style the text.
    • For example, you can use <strong> or <a> tags to make the text bold or create links.
      html
      <strong>I have read and agree</strong> to the <a href="/terms">terms and conditions</a>.
  6. Click Save

NOTE

If you are selling in multiple languages, you will need to translate this for each language you want to support.

This will ensure that the checkbox text appears exactly how you want it for your customers.