> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/yaypricing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/yaypricing/use-cases/free-shipping.md).

# Free shipping

In this tutorial, you will see the simple steps to set up this promotion: **Get Free Shipping on all Orders of Over $200.**

**Discussion steps:**

* Discount
* Conditions
* Application

To get started with this, we will go through **YayCommerce >> YayPricing >> Checkout Fee >> Add Rule.** Then select the Free Shipping rule.

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

**Discount**

After selecting this rule type, then we go ahead to **configuring the price discount** settings, as seen in the screenshot below;

<figure><img src="/files/8PkUVRUhcT1ty4bHmtDk" alt=""><figcaption></figcaption></figure>

**(1).** We give a **name to our rule** in this field, for our reference only, not to be shown to our customers.

**(2).** Our pricing type settings translates that we offer a **100% discount on shipping cost** and we did not set a maximum purchase limit for this case.

**(3).** We checked this box to show the customers a **tooltip** on the price in the checkout page after the discount is applied to the items in their cart.

**(4).** We can also check this box in other to **schedule** a start and end date for our campaign, if we want.

**(5).** We also checked this box so that we can limit the number of times a specific customer can use the discount. The limit we set for this campaign is **only 1 usage**.

**Conditions**

<figure><img src="/files/6vJWB1jWxSUNY4z3JuKB" alt=""><figcaption></figcaption></figure>

We set a condition for this campaign and we set to **All**, so that all the conditions must apply to the rule.

The rule we set is **Cart subtotal price must be greater than $200**, which means that the customer must have added items worth up to $200 in the cart before the rule is shown or applied to them.

**Application**

A screenshot showing item in the cart costing $200+, thus triggers the **free** shipping discount.&#x20;

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

Watch the video below for a detailed guide on offering free shipping in your WooCommerce store.

{% embed url="<https://www.youtube.com/watch?t=335s&v=mO0NxtXnJx4>" %}

&#x20;


---

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

```
GET https://docs.yaycommerce.com/yaypricing/use-cases/free-shipping.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.
