# LoyaltyLion

LoyaltyLion is a customer loyalty rewards add-on that enables you to award points based on actions (ex. making a purchase) and redeem them for rewards (ex. one-time use coupon discounts).

LoyaltyLion is seamlessly integrated into your CheckoutChamp site as described in this article. If you choose to build your site outside of CheckoutChamp and integrate using our Direct API, you can place the LoyaltyLion widget on your pages directly and create coupons using the coupon/create API.

* [Obtain The Required LoyaltyLion Credentials](https://help.checkoutchamp.com/crm/plugins/rewards/broken-reference)
* [Enable LoyaltyLion On Your Checkout](https://help.checkoutchamp.com/crm/plugins/rewards/broken-reference)
* [Compatible LoyaltyLion Rewards](https://help.checkoutchamp.com/crm/plugins/rewards/broken-reference)
* [Points Accumulation](https://help.checkoutchamp.com/crm/plugins/rewards/broken-reference)
* [Points Display and Redemption](https://help.checkoutchamp.com/crm/plugins/rewards/broken-reference)

### Obtain The Required LoyaltyLion Credentials <a href="#loyaltylion-obtaintherequiredloyaltylioncredentials" id="loyaltylion-obtaintherequiredloyaltylioncredentials"></a>

Login to LoyaltyLion and navigate to **Manage->Settings**.

Scroll down to obtain your LoyaltyLion **Token** and **Secret**.

### Enable LoyaltyLion On Your Checkout <a href="#loyaltylion-enableloyaltyliononyourcheckout" id="loyaltylion-enableloyaltyliononyourcheckout"></a>

Inside of your Checkout, navigate to **Settings->Add Ons**.

Select an existing LoyaltyLion plugin or create a new plugin.

LoyaltyLion plugins are campaign specific, so you will need to create a new LoyaltyLion plugin for each campaign where you want to enable LoyaltyLion.

Enter your LoyaltyLion **Token** and **Secret** and click **Save & Continue**.

Once the plugin is created and you are back on the Add Ons form, click **Save & Continue**.

### Compatible LoyaltyLion Rewards <a href="#loyaltylion-compatibleloyaltylionrewards" id="loyaltylion-compatibleloyaltylionrewards"></a>

CheckoutChamp supports the following LoyaltyLion reward types:

* Money off (flat price discount coupon - ex. $5 off of order)
* Percentage discount (percentage discount coupon - ex. 10% off of order)
* Free shipping (100% off of shipping on order)

### Points Accumulation <a href="#loyaltylion-pointsaccumulation" id="loyaltylion-pointsaccumulation"></a>

Orders are automatically sent to LoyaltyLion several times each day. Usually this is within a few hours of order processing, but it may take up to a day for an order to be seen in LoyaltyLion.

### Points Display and Redemption <a href="#loyaltylion-pointsdisplayandredemption" id="loyaltylion-pointsdisplayandredemption"></a>

Once you have enabled LoyaltyLion on your Checkout and have saved and published your Checkout funnel, the LoyaltyLion widget will automatically display in the bottom right corner of Checkout and Member Area pages.

If your customer is not logged in, then the Loyalty Lion widget will display as a Loyalty Points button.

You can customize the LoyaltyLion widget inside of LoyaltyLion by navigating to **Manage->Customize->Program Design**.

A logged in customer will see their Loyalty Points on the widget.

The customer will be able to claim available rewards from the Rewards tab.

If the customer is on a Checkout page at the time of claiming the reward, then the discount coupon will automatically be applied to their checkout. Otherwise, the customer will see the successful reward coupon code.


---

# 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://help.checkoutchamp.com/crm/plugins/rewards/loyaltylion.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.
