The free shipping bar displays a progress indicator in the cart that shows customers how much more they need to spend to qualify for free shipping. As items are added, the bar fills up and updates its message automatically.
If your store supports multiple currencies, you can define a separate threshold for each one. In the Free shipping threshold per currency field, enter one currency per line using the format CODE:AMOUNT:
USD:100
EUR:85
GBP:73
When a customer's currency matches one of these entries, the theme uses that threshold. Otherwise, it falls back to the default value from Free shipping threshold.
The free shipping bar displays two messages: one while the customer still needs to spend more, and one when they qualify. To edit them:
The default messages are:
Spend <span class="font-medium">{{ remaining }}</span> more for free delivery!
You qualify for <span class="font-medium">free delivery!</span>
{{ remaining }} placeholder in the "Spend more" message is replaced by the amount the customer still needs to spend. Make sure to keep it in your custom message.The bar color can be adjusted under Theme settings > Colors > Cart > Free shipping bar.