# Creating a Reward

{% hint style="info" %}
Ensure WPLoyalty plugin is installed and activated. Note that  some of the below discussed Reward Types are exclusive to the PRO version.&#x20;

[Get WPLoyalty PRO. ](https://wployalty.net/pricing/)
{% endhint %}

**Reward Types:**

* Points Conversion
* Fixed Discount&#x20;
* Percentage Discount&#x20;
* Free Product&#x20;
* Free Shipping

**Point Conversion:** Convert earned points for a discount. Example Redeem 10 points for $1.&#x20;

**Fixed Discount:** Get fixed discount by redeeming points/ as instant coupon. Example: Redeem 100 points for $10 or get $10 instant coupon while Signing Up.&#x20;

**Percentage Discount:** Reward as percentage discount. Example: Redeem 500 points to get 10% off.&#x20;

**Free Product:** Give a specific product as free as a gift. Example: Give "Product X" as free for customers in Gold Level.&#x20;

**Free Shipping:** Get free shipping as a reward for customers.&#x20;

We can give reward to customers as two forms (it can either be Points or Coupon):&#x20;

* **Point Reward** - Customer can redeem the points earned via Campaigns. Example: Redeem 10 points for $1.&#x20;
* **Coupon Reward** - Customer can get a instant coupon reward while they perform any actions like Signup, placing an order, leave a review, referral, on their birthday and so on...

Let's see how to create a reward:&#x20;

The below steps will show how to create a reward in detail:

1. Go to your WordPress Dashboard-> WPLoyalty-> Rewards
2. Click on the " Create New Reward"

<figure><img src="/files/YI7D0FtvCvgCo3SD5EO4" alt="Create New Reward"><figcaption></figcaption></figure>

3\. Now, you will be able to see different types of Rewards.&#x20;

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

4\. By clicking **Create Reward** button, you can start to create your Reward.

**Scenario 1:** Let's see how to create a simple Point Conversion Reward.&#x20;

ie.., Redeem 10 points for $1 discount, 20 points for $2 and so on...

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

Now, lets see how to redeem this reward from cart/ checkout page.&#x20;

**Cart page:**&#x20;

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

By choosing the "**click here**" option, we can redeem the points by clicking "**Redeem Now**" from the pop-up

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

In the above field, we can enter the amount of points we would like to redeem and by default it will show the customer's current point balance. However, we can use only the amount of points as per our choice.&#x20;

For example: I'm redeeming only 30 points and click "**Redeem**"

<figure><img src="/files/3v1eHUkjXscfDAbKsv0I" alt=""><figcaption></figcaption></figure>

As we can see, I have redeemed 30 points for $3 successfully.&#x20;

<figure><img src="/files/9WcKTPrpigYXEzecTQgU" alt=""><figcaption></figcaption></figure>

**Scenario 2:** Let's see how to create coupon Reward. As we said, coupon Reward will be generated, if they perform any actions like Signup, placing an order, leave a review, referral, on their birthday and so on...

Example: 30% off for customers who spend $100.&#x20;

**Step 1:** Create a 30% Percentage Discount reward.&#x20;

<figure><img src="/files/2y9jnLT4C1gHxklm1Mnu" alt="Percentage discount"><figcaption></figcaption></figure>

Step 2: Go to Campaigns -> Create New Campaign -> Choose **Reward based on spending**

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

Now, if customer place an order by spending $100 and completes his order, he will get 30% off Reward and he can use that 30% off in his upcoming orders.

Some of the above discussed Reward Type requires PRO.&#x20;

[Get WPLoyalty PRO. ](https://wployalty.net/pricing/)

Still unclear ?\
Please submit a [support request](https://wployalty.net/support/). We are always happy to assist you :)


---

# 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.wployalty.net/campaigns/creating-a-reward.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.
