> For the complete documentation index, see [llms.txt](https://script-and-theory.gitbook.io/all-in-one-commerce-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://script-and-theory.gitbook.io/all-in-one-commerce-docs/checkout-blocks/blocks/checkout-upsell.md).

# Checkout Upsell

**Description:**

The Checkout Upsell block allows you to offer one-time exclusive deals to customers during checkout. This feature helps in increasing the average order value (AOV) by encouraging customers to add more products to their order before completing the purchase.

**How to Use:**

* Create a New Block:<br>

  <figure><img src="/files/VQ4QqaSdVYyVk6K1a2rc" alt=""><figcaption></figcaption></figure>
* In the app, navigate to the Blocks section.
* Create a new Checkout Upsell  block.
* The system will generate a unique Block ID for this block.
* Add the Block to Checkout:
* Open the Checkout Customizer in Shopify.
* Add the Checkout Upsell block to the checkout page.
* Open the block settings and enter the Block ID generated earlier.
* Save the settings to apply the changes.

**Configuration Rules:**

* In the app settings, select multiple products to display as upsell offers.
* Configure the conditions for upsell recommendations based on product type, cart value, or customer behavior.<br>

  <figure><img src="/files/cFdjgL5nohqPj9k6xGXr" alt=""><figcaption></figcaption></figure>
* The upsell widget will be visible on the checkout page.
* Customers can directly add the upsell product to their cart from the checkout page.
* Save the Settings:
* Once configured, the block will appear on the checkout page.

**How to Enable:**

* Go to the Blocks section in the app settings. Copy the created checkout Upsell block to generated Block ID.<br>

  <figure><img src="/files/EjmZZEup0hCgFsQkiuhj" alt=""><figcaption></figcaption></figure>
* Go into the store customizer<br>

  <figure><img src="/files/E2gBZqfOCit9Uw68d3Rs" alt=""><figcaption></figcaption></figure>
* On customizer select page "Checkout and customer accounts".<br>

  <figure><img src="/files/JPzoPzStdK7yBwzPMFMZ" alt=""><figcaption></figcaption></figure>
* Then you need to "add app block" and search extension "Checkout upsell" and add it. Click to added extension block and enter the Block ID in the block settings and save the configuration.. **Check Screenshot**<br>

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

  <figure><img src="/files/x2eWnxkxBJVeqIqgBrwH" alt=""><figcaption></figcaption></figure>
* Set the location where the block should appear on the checkout page.


---

# 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://script-and-theory.gitbook.io/all-in-one-commerce-docs/checkout-blocks/blocks/checkout-upsell.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.
