> ## Documentation Index
> Fetch the complete documentation index at: https://docs.recheckapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Post-purchase upsells

> Offer product upsells to customers after they complete a purchase.

import NeedHelp from '/snippets/NeedHelp.mdx';

## How to create an upsell

<Steps>
  <Step title="Open Recheck and click on Post-Purchase Upsell in the left menu.">
    If you have already created upsell offers before, here you’ll see a list of existing offers, along with their status and priority order.
  </Step>

  <Step title="Click on Create Upsell." />

  <Step title="Set an internal name for the offer.">
    This is for your reference and will not be visible to customers.
  </Step>

  <Step title="Choose your triggers.">
    Decide when the upsell should be shown. You can either show it for all orders or only for selected products, collections, or tags.
  </Step>

  <Step title="Select the products you want to upsell.">
    These are the items that will be shown as upsell options to customers. You can select up to a maximum of 3
  </Step>

  <Step title="Add a discount.">
    You can either offer a percentage or fixed discount to increase conversions. If you prefer to not offer any discounts, you can select the `No discount` option from the dropdown.
  </Step>

  <Step title="Enable the toggle at the top of the page to activate the offer.">
    You can choose to leave this inactive if you don't want to set the offer live just yet.
  </Step>

  <Step title="Click Save at the top of your screen." />
</Steps>

## Priority order

If there multiple upsell offers match the same order, Recheck will only show one based on the priority set by you.

For example, if an order has two offers which match the criteria, and one has priority 1 and the other has priority 2, the one with priority 1 will be shown.

To rearrange the priority of your upsell offers, click on **Edit Priority Order** and simply drag and reorder your offers.

<NeedHelp />
