---
title: Example - Redeeming a free shipping offer
related:
  - https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/discounts/working-with-free-shipping-offers.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).

This example demonstrates redemption of a free shipping offer. The example uses the sample _Dancing Goat MV&#x43;_&#x73;ite.

We want the free shipping offer to be time-limited, and to be applied to all [orders](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/orders.md) to Texas exceeding 100 USD. It is redeemable while shopping on the live site, and while editing an existing order in the administration interface.

## Adding a free shipping offer

> **Tip:** The free shipping offer in this example doesn't use coupons.
>
> Please refer to [Example - Applying a coupon code to receive free shipping](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/discounts/working-with-coupon-codes/example-applying-a-coupon-code-to-receive-free-shipping.md) to see an example of redemption of a free shipping offer that uses coupons.

First, enter the free shipping offer's general properties.

1. Open the **Free shipping offers** application.
2. Click **New Free shipping offer** to open a page where you can specify the offer properties.
3. Enter the following values for the offer's properties:

   - **Name**: Free shipping to Texas
   - **Enabled**: Yes (selected)
4. Click **Save**.

The system saves the free shipping offer. The offer applies to all orders placed by all customers.

### Limiting the offer's validity

To specify the free shipping offer's period of validity:

1. Enter the properties in the **Duration** section.
   - **Valid from**: 11/15/2017 8:00:00 AM
   - **Valid to**: 12/31/2017 6:00:00 PM

     > **Tip:** To see how the free shipping offer works on the site, adjust the validity to include the current date.
2. Click **Save**.

The system saves the free shipping offer. Currently, the offer applies to all orders placed by all customers within the specified period.

### Specifying the offer's application conditions

To further limit the offer's application, specify the properties in the **Free shipping conditions** section.

**Specifying the minimum order amount**

- **Minimum order amount**: 100

**Selecting the discount rule**

1. Click **Edit** to open the **Edit macro condition** dialog.
2. Select the  _**Shipping address state is**_ rule in the right part of the dialog.

   ![Selecting the discount rule](https://docs.kentico.com/docsassets/13/example-redeeming-a-free-shipping-offer/selecting_discount_rules.png "Selecting the discount rule")
3. Click **Add rule** () to add the selected rule to the condition.

**Specifying the rule's parameter**

1. Click select state in the left part of the dialog to open the **Set parameter value** dialog for the **state** parameter.
2. Select **Texas** from the list of available states.

   ![Specifying the rule parameter](https://docs.kentico.com/docsassets/13/example-redeeming-a-free-shipping-offer/specifying_rule_parameter.png "Specifying the rule parameter")
3. Click **OK**.

   - The system closes the **Set parameter value** dialog.
4. Click **Save & Close** in the **Edit macro condition** dialog.

   - The system saves the macro condition.
5. Click **Save**.

The system saves the free shipping offer. Currently, the offer applies to all orders to Texas exceeding 100 USD within the specified period.

## Redeeming the free shipping offer

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

1. Open the **Orders** application.
2. **Edit** () an order placed by a customer from Texas.
3. Switch to the **Items** tab.
4. Add the _Hario Vacuum Brewer_ product.

   1. Click **Add item**.

      - The system opens the **Add order items** dialog.
   2. Select the _Hario Vacuum Brewer_ product.
   3. Specify the amount of product items:
      - **Units**: 10
   4. Click **Add to cart**.

      - The system closes the dialog and applies the free shipping offer.

        ![Applied free shipping offer](https://docs.kentico.com/docsassets/13/example-redeeming-a-free-shipping-offer/FreeShippingOffers.png "Applied free shipping offer")

If you now click **OK**, the system saves the order.

### While shopping on the live site

1. View the live site.
2. Sign in as a customer (user) with a shipping address in Texas.
3. Visit **Store -> Brewers**.
4. Click on the _Hario Vacuum Brewer_ catalog item.
5. Enter _10_ for the amount of product items.
6. Click **Add to cart**.

If you now click  **Check out** , you can continue with the checkout process.
