# Loyalty points

You can enable/disable loyalty point system in the project.

First, you need to setup the Amount to Point and Points to Amount settings in the Finance settings page in the backend.

1. **Amount To Point:** This is the number of point to be awarded to customer after an order is completed on a ratio of 1unit of your currency. **For example:** if you are using dollars($) as your currency and you set: <mark style="color:red;">**0.1**</mark> in the Amount to Point, this means for every <mark style="color:red;">**$1**</mark> spent the customer will get <mark style="color:red;">**0.1point**</mark>. So $10 = 0.1 \* 10 = 1point
2. **Point To Amount** This is the amount you get for every point withdraw. **For example:** if you are using dollars($) as your currency and you set: <mark style="color:red;">**0.01**</mark> in the 1 Point to Amount, this means for every <mark style="color:red;">**1 point**</mark> it can be converted to <mark style="color:red;">**$0.01**</mark>. So 10points = 0.01 \* 10 = $0.1

<figure><img src="https://content.gitbook.com/content/qpzpUHpvEwV9ShSZ1v55/blobs/hwMaDTsoCNj3QcIsMlz8/image.png" alt=""><figcaption><p>Setting Loyalty Points</p></figcaption></figure>

{% hint style="warning" %}
**Note:** You need to reload app after making those changes
{% endhint %}
