---
title: Example - Receive free shipping
related:
  - https://docs.kentico.com/k9/e-commerce-features/managing-your-store/discounts/working-with-discount-coupons/coupons-and-buy-x-get-y-discounts.md
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

The example demonstrates how you can apply a coupon code to receive free shipping for your [order](https://docs.kentico.com/k9/e-commerce-features/managing-your-store/orders.md). The offer has no time limit, and is available to all your [customers](https://docs.kentico.com/k9/e-commerce-features/managing-your-store/customers.md) whose orders exceed 999.99 USD. It uses a coupon code with an unlimited number of available uses. The coupon code is applied while editing an existing order in the administration interface, and while shopping on the live site.

The example uses the sample _E-commerce Site_.

## Adding a free shipping offer

First, you need to add a new free shipping offer.

1. Open the **Free shipping offers** application.
2. Click **New Free shipping offer**.

   - The system opens a page where you can specify the offer properties.
3. Enter the following values for the offer's properties:             

   - **Name**: Free shipping
   - **Enabled**: Yes (checked)
   - **Minimum order amount**: 1000
   - **The customer must enter a coupon code to receive Free shipping**: Yes (checked)
4. Click **Save**.

The system opens the **Coupons** tab of the newly added time-unlimited free shipping offer, available to all customers whose orders exceed 999.99 USD. Now you can add a coupon to the offer.

> **Tip:** For a more complex example of adding a free shipping offer, please refer to [Example - Redeeming a free shipping offer](https://docs.kentico.com/k9/e-commerce-features/managing-your-store/discounts/working-with-free-shipping-offers/example-redeeming-a-free-shipping-offer.md).

## Adding a coupon to the free shipping offer

1. Click **Enter coupon code**.
2. Enter the following values for the coupon's properties:

   - **Coupon code**: FSO-1000
   - **Redemption limit**: Leave empty for unlimited use of the coupon.
3. Click **Save**.

The system adds to the free shipping offer a coupon with the specified code. Any customer whose order exceeds 999.99 USD can apply the code and receive free shipping.

## Applying the coupon code to receive free shipping

### While editing an existing order in the administration interface

1. Open the **Orders** application.
2. **Edit** () the selected order.
3. Switch to the **Items** tab.
4. Enter the coupon code:

   - **If you have a coupon, please enter it here**: FSO-1000

     ![Entering the coupon code](https://docs.kentico.com/docsassets/k9/example-receive-free-shipping/entering_coupon_code.png "Entering the coupon code")
5. Click **Update**.

   - The system applies the offer.

     ![Free shipping offer applied](https://docs.kentico.com/docsassets/k9/example-receive-free-shipping/free_shipping_offer_applied.png "Free shipping offer applied")

If you now click **OK**, the system saves the order with the free shipping offer applied.

### While shopping on the live site

1. View the live site.
2. Select **Electronics -> LCD** in your on-line store main menu.

   - The system displays a list of all LCD televisions that you offer in your on-line store.
3. Click **Add to cart** in the _Sony KDL55BX520_ section.

   - The system displays the content of your shopping cart, allowing you to enter a coupon code.
4. Enter the coupon code:

   - **If you have a coupon, please enter it here**: FSO-1000

     ![Entering the coupon code](https://docs.kentico.com/docsassets/k9/example-receive-free-shipping/entering_coupon_code_live_site.png "Entering the coupon code")
5. Click **Apply**.

   - The system applies the free shipping offer.

     ![Free shipping offer applied](https://docs.kentico.com/docsassets/k9/example-receive-free-shipping/free_shipping_offer_applied_live_site.png "Free shipping offer applied")

If you now click **Check out**, you can continue in the [checkout process](https://docs.kentico.com/k9/e-commerce-features/configuring-your-store/checkout-process.md).
