> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/ella-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/ella-documentation/~/changes/ya8CSeFxwPyu94dBt1WL/theme-settings/calculator-free-shipping-message.md).

# Calculator Free Shipping Message

**Calculate Free Shipping Message** shows progressive bar with message when customers put more items in their shopping carts.

![](/files/k3dIghLGZhsZGfhAbq34)

{% embed url="<https://www.youtube.com/embed/5e-UB2nqclA>" %}

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Calculator Free Shipping Message.**

![](/files/UypDBFjqJiQkpowCVACH)

|                                                   |                                                                                                                                 |
| ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| Show Calculator Free Shipping Message?            | Toggle the alert for the free shipping message and calculation bar.                                                             |
| Enter Total Price Of Order To Offer Free Shipping | Enter the threshold of total order amount to achieve the free shipping. Note: the currency  is automatically the shop currency. |
| Height                                            | Determine the height of the free shipping calculation bar ranging from 10 to 20px.                                              |
| Rounded Border                                    | Determine the roundness of the border of the bar ranging from 0 to 100px.                                                       |
| Show Percent                                      | Show the percent of the calculation bar.                                                                                        |
| Show Shipping Truck                               | Toggle to show the truck icon running along with the calculation bar.                                                           |
| Text Color                                        | Apply color for the bar percent text.                                                                                           |
| Background Color                                  | Apply default color for the bar background.                                                                                     |
| Background Color < 30%                            | Apply color for the bar background when the percent is less than 30%.                                                           |
| Background Color < 60%                            | Apply color for the bar background when the percent is larger than 30% but less than 60%.                                       |
| Background Color < 100%                           | Apply color for the bar background when the percent is larger than 60% but less than 100%.                                      |
| Background Color = 100%                           | Apply color for the bar background when the bar reaches 100%.                                                                   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://halosoft.gitbook.io/ella-documentation/~/changes/ya8CSeFxwPyu94dBt1WL/theme-settings/calculator-free-shipping-message.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
