Appearance
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.
From your Shopify admin, go to
Settings → Custom data → Metafield definitions
.Click
Markets
, then Add definitionHere 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
Integer
→One value
🖼️ Screenshot
- Name:
Click Save
Assign threshold to market
Now you can assign the threshold to each market's metafield.
- From your Shopify admin, go to
Settings → Markets
- Open a Market, then under Market settings click Metafields
- Click the newly created
Free shipping threshold
metafield. - Enter the threshold amount for the market in its respective currency.
- 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:
From your Shopify admin, go to
Online Store → Themes
Click ••• (three dots) next to the theme you want to edit-
Click Edit default theme content
Use the search bar to find the terms agreement text (search for
I have read and agree
)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>.
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.