# Discount Offers (Cancel/Save)

Limio allows you to create Discounted offer, which are specific to the cancellation scenario. You can learn more on the cancel/save experience in the guide:

This document will walk you through how to create a %-percentage discount offer for a cancel/save scenario.

**Note:** A Discount Offer is a separate concept than Promo Codes and is specific to Cancel/Save scenario.

## **Creating a discount offer**

### **Offers**

Select Offers in the left-hand side navigation pane:

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

Press the Create button in the top-right hand corner and select Add Discount.

<figure><img src="/files/65hU2Bq6fYmtwcC7Lvff" alt=""><figcaption></figcaption></figure>

Once configured, you'll then need to attach it to a campaign - instructions for this can be found . Scroll down to the section titled: Attaching Offers to Campaigns via a Label

#### **Configuring a discount offer**

First set the **Discount** in %, the discount term (e.g. monthly), and the offer term.

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

Then attach the product and rate plan:

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

You will also need to configure the rate plan field on the offer. See Zuora integration below for more details.

Finally, on the Page Builder, add the Cancel Save Component. See our .

## Zuora integration

If you are using Zuora, you will need to create a 0% Zuora Discount-Percentage (see ). You may:

1. Create a generic Zuora Product to use across all Discounts
2. Create discount rate plans on different Zuora Products.

1\. is quicker to setup but 2. can allow for more granular reporting in Zuora.

Regardless of approach, the setup for a Zuora Discount-Percentage should use a 0% discount percentage. The Billing Period should define the length of the discount (e.g. 1 Month for an annual, 1 Year for an annual subscription).

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

## What about creating discounts that go beyond the term of an offer?

To create a discount which is longer than the term of an offer (for example, a 6 month 50% discount to be applied a monthly subscription), do the following:

* In Zuora, set the Billing Period to match the recurring period (e.g. month)
* In Limio, set the Offer Term matching the original Offer Term (e.g. 1 month):<br>

  <figure><img src="/files/Wo0YvLCRk3KIXa0yFwk1" alt=""><figcaption></figcaption></figure>
* Finally, set the discount term to match the full discounted period (e.g. 50% for 6 months):<br>

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

The Zuora config for this would look like the following:

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

If you are using multi-currency, it is important that you activate the discount rate plan(s) to match the currency of the offer. If you will apply a 50% discount to a USD rate plan, the 50% discount rate plan must be Activated for USD.

To do that, go to the Product and click on Edit Price in Multi-Currency, then press Activate within the modal (learn more about Multi-Currency in Zuora ).

<figure><img src="/files/XdFHZ6DX3URY4TfPfvmb" 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://docs.limio.com/integrations/zuora-integration/manage-your-pricing/how-to-create-a-discount-offer-for-cancelsave.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.
