# How to enable free shipping notification

The Free Shipping Notification feature is a powerful tool for e-commerce stores to encourage customers to reach a certain purchase threshold to qualify for free shipping. Here’s how you can add this feature:

## 1. Setup Free Shipping eligibility

1. From your Shopify admin -> **Settings** -> **Shipping and delivery**.
2. In the **Shipping** section, click the shipping profile that you want to add shipping rates to.
3. Next to the zone that you want to add a rate to, click **Add rate**.
4. For each shipping zone, add the free shipping rate:

* Click **Add rate**.
* Enter the name for the rate.
* Make sure that the value of the **Price** field is `0`.

5. Add **Based on order price** option.

* Click **Add conditional pricing**.
* Select **Based on order price**.
* Enter the **minimum value** for the condition. And the maximum price is left blank.

6. Review the checkout preview to ensure that your shipping rate is displayed as expected.
7. Click **Done**, and then click **Save**.

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

## Enable Free Shipping Notification in Theme settings

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** -> Scroll down to the **Cart** section.
4. At the **Free shipping notification** section -> tick the **Show free shipping notification** setting.
5. At the **Minimum order price for free shipping** setting -> Enter the <mark style="color:red;">**minimum value**</mark> (Minimum price) for the free shipping condition that you just set up above.

<figure><img src="/files/XsouAIVxyE5sMxfGR8tP" alt=""><figcaption></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://halosoft.gitbook.io/soul-documentation/tutorials-and-topics/how-to-enable-free-shipping-notification.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.
