> For the complete documentation index, see [llms.txt](https://docs.paretodeals.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paretodeals.com/upsell-and-cross-sell/checkout-page.md).

# Checkout Page

### 1. Campaign Display

* Upsell and cross-sell based on available campaigns in the app: Allows using available campaigns in the application to perform upsell, cross-sell
  * Campaign priority:
    * Quantity Breaks Type: The app will select and display the campaign that includes one of the added products
    * Buy X Get Y Type: The app will select and display the campaign that includes one of the added products
    * Order Discount Type: The app will select and display the campaign that includes one of the added products
    * Product Bundles Type: The app will select and display the campaign that includes one of the added products
    * Random Type: The app will select and display any campaign in the campaign list
  * Drag and drop to change the priority order of campaign types.
  * Use the toggle to turn on/off the campaign types you want to display.

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

* Setup other upsell and cross-sell campaign:&#x20;

  * Allows you to set up a separate upsell, cross-sell campaign that always displays when customers enter the checkout page.
  * You can choose:
    * Discount for item with highest price
    * Discount for item with lowest price
    * Discount for specific item.
  * Setup your discount

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

### 2. Show on Checkout Page

***Note: The app uses Shopify UI Extensions, so this feature is exclusive to Shopify Plus***

* Go to Settings -> Checkout session -> click "Customize" button

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

* Add "**Pareto - Cross Sell**" block in checkout page

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.paretodeals.com/upsell-and-cross-sell/checkout-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
