# Free shipping message

#### Progress wheel

Animated progress wheel to help your customers know how close they are to free shipping. The wheel fills up and the value changes as items are added to the cart:

![](https://content.gitbook.com/content/gPVWISoa427RKoZWt1y6/blobs/Fdpsuig5PJ3xenji5yqU/wheel.gif)

{% hint style="success" %}
Use to encourage add-on sales and increased quantities&#x20;
{% endhint %}

### How to setup

Enable Show progress wheel in the settings:&#x20;

![](https://content.gitbook.com/content/gPVWISoa427RKoZWt1y6/blobs/6kzC9hzK0bdTnh4tSKli/Screen%20Shot%202021-08-20%20at%2012.48.35%20AM.png)

Modify the message text as needed. Keep the `|| amount ||` custom short-code to reference your set value from the Cart settings.

```
Spend ||amount|| more for free shipping.
```

To adjust the free shipping value, navigate to **Theme settings** and then choose **Cart**:

![Minimum spend for free shipping](https://content.gitbook.com/content/gPVWISoa427RKoZWt1y6/blobs/qprBPaNIoanz3TrN5MKT/cart-settings-2.gif)

Once the required amount is reached a message will show up in the cart page as well:

![ Free shipping message](https://content.gitbook.com/content/gPVWISoa427RKoZWt1y6/blobs/1XV6vLlwRAKzlUmDUCZO/free-shipping.jpg)

### Target Page

Display a free shipping message to your customers only when the customer is browsing a certain page, product, collection, or blog post on your site. Target your message based on where customers are browsing on your site:

![](https://content.gitbook.com/content/gPVWISoa427RKoZWt1y6/blobs/c9MJgfBRjCCjm2jDTj5y/Screen%20Shot%202021-08-20%20at%201.26.59%20AM.png)

{% hint style="success" %}
Create a different announcement bar with custom messages for various pages of your site.
{% endhint %}

### Target Referrer

Target a specific audience by using Target Referrer. Your announcement bar will only appear when the customer arrives at your site from a certain path or location.&#x20;

{% hint style="success" %}
Enable when running a promotion on another site.
{% endhint %}

{% hint style="success" %}
Use to provide a custom message related to the source promotion
{% endhint %}

### Target Device

Target only certain devices or create a custom announcement bar message for mobile devices and another for desktop browsers.

![](https://content.gitbook.com/content/gPVWISoa427RKoZWt1y6/blobs/VK8ilG5ahevlcvwe0ZhI/Screen%20Shot%202021-08-20%20at%201.21.12%20AM.png)

{% hint style="success" %}
Enable custom announcement messages for mobile and desktop.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://broadcast.presidiocreative.com/broadcast-v3/announcement-bar/free-shipping-message.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
