# Configure Order Goals

A simple example of order goals might look like this, and this can be easily setup within the Dollarback app and displayed to your customers.

1. If order value > $100 give $10 back
2. If order value > $200 give $20 back
3. If order value > $300 give $30 back

{% embed url="<https://youtu.be/7CnSanjJPFY>" %}

{% hint style="success" %}
We allow you to setup more than just one order goal per store and enable multiple configurations that you can  setup for different customer types / tags.&#x20;

\
For example - Customers who have spent above 1000$ on your store can be added into a segment and then give a higher reward for bigger orders than normal customers.
{% endhint %}

Let's walk through the settings and see how we can set this up. The screenshot below shows you how the above example translates into a configuration on the app.

1. In the cashback type choose "Order Goal"
2. Set an expiry if you want the cashback to expire automatically.&#x20;
3. Choose the type of order goal between fixed / percentage of order value
4. Then set up the break points and the amount / percentage at each breakpoint.

<figure><img src="https://2844543096-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcVBfwy7Yj4tU8TsxkHEr%2Fuploads%2Flmf4LOP85Azqbvu5buho%2Fimage.png?alt=media&#x26;token=9eb6de16-bff1-4df8-97f6-7a8ef67c5acd" alt=""><figcaption></figcaption></figure>

If you have enabled the [Product page](https://help.dollarlabs.io/dollarback-store-credit/show-rewards/product-page) and [Cart page](https://help.dollarlabs.io/dollarback-store-credit/show-rewards/cart-page) blocks from the theme customiser, then your customers can see exactly how much they're earning based on their current cart size.

The widget functions in this manner when order goals are configured&#x20;

1. If no item is in cart
   1. It will check the current variant's price and see if it is greater than the order goal
      1. If yes - it will show you the store credit reward you'd get for adding that product&#x20;
      2. if not - it will show you how much more you'd need to add to get the reward&#x20;
2. If items are in cart&#x20;
   1. And no order goal is reached yet - then the widget will show you how much you'd need to add to cart to earn the reward&#x20;
   2. If an order goal is reached - it will show you how much you're already earning and how much more to add to get the next tier of reward&#x20;
   3. If no order goal remains - it will show the exact reward in credit you'll be getting for your current cart.

{% hint style="info" %}
For setups that have customer tags - the reward will dynamically adjust and show the one based on the correct tag if the user is signed in. If not - the non customer tag order goal will be shown as the user / buyer's identity is unknown.
{% endhint %}
