# Free shipping message

Broadcast includes a dynamic Free shipping message block where you can display an animated progress wheel and currency value to inform your customers how close they are to qualifying for free shipping:

<figure><img src="/files/c1ue2gZ6osZtpgmwCm7S" alt=""><figcaption></figcaption></figure>

&#x20;The wheel fills up, and the value changes as items are added to the cart.&#x20;

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

![](/files/-MhXZwrP6c3ONs9cxSzn)

Add the "Free shipping message" block to your announcement bar and customize the options and settings:

<figure><img src="/files/sPKXQrHvaCZaJstGa0wo" alt=""><figcaption></figcaption></figure>

## How to setup

* Use the Show progress wheel toggle to display or hide the animated circle effect:

<figure><img src="/files/zWPT3nlDkeq20JVNqekV" alt=""><figcaption></figcaption></figure>

* You can modify the message in the Message area. The `|| amount ||` portion is the dynamic value you set in your Theme Settings -> Cart. Keep this custom shortcode and modify any text around it.&#x20;

<figure><img src="/files/moisGXbkw95LZkgwi8B1" alt=""><figcaption></figcaption></figure>

Example of a message modification:

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

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

<figure><img src="/files/NWRUSapZFne8iiQlWCKX" alt=""><figcaption></figcaption></figure>

The cart drawer and announcement bar use the same setting value:

<figure><img src="/files/NoRRoLX2bK89SVIGT1vN" alt=""><figcaption></figcaption></figure>

* Optionally, you can customize the free shipping message information further using the **Target page**, **Target referrer**, and **Target device** settings.&#x20;

<figure><img src="/files/0xJB1iLiunpMQ2Oz9txV" alt=""><figcaption></figcaption></figure>

For example, you limit the free shipping announcement bar message to appear only on certain pages:

<figure><img src="/files/NjqGFYlaS1ODisjAGILy" alt=""><figcaption><p><strong>Limit to New Arrivals collection page only</strong></p></figcaption></figure>

You can also use a shorter message for mobile devices and a longer version for desktop browsers:

<figure><img src="/files/WPBD6LpGxJMe2W3CtLst" alt=""><figcaption><p><strong>Exclude for mobile devices</strong></p></figcaption></figure>


---

# 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-v5/header/announcement-bar-settings/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.
