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

# Upsells overview

> Learn about Bonde's upsell features to increase average order value.

Bonde's upsell system lets you display targeted product offers at multiple touchpoints throughout the customer journey.

## Upsell types

| Type               | Where it shows                        | Description                                         |
| ------------------ | ------------------------------------- | --------------------------------------------------- |
| **Product page**   | On individual product pages           | Show complementary products and accessories         |
| **Cart**           | In the sidebar cart or cart page      | Offer add-ons before checkout                       |
| **Checkout**       | During checkout                       | Last-minute additions (Shopify Plus only)           |
| **Post-purchase**  | After checkout, before thank you page | One-click upsells                                   |
| **Order tracking** | On branded tracking pages             | Repeat purchase offers with optional discount codes |

## How upsells work

Each upsell has:

1. **Type**: Where the upsell appears (product page, cart, checkout, or post-purchase)
2. **Trigger conditions**: Rules that determine when the upsell shows
3. **Product offer**: The product you're offering as an upsell
4. **Discount** (optional): A percentage or fixed amount discount
5. **Priority**: When multiple upsells could apply, priority determines order

## Trigger conditions

Control when upsells appear with these conditions:

| Condition              | Description                                               |
| ---------------------- | --------------------------------------------------------- |
| **Product in cart**    | Show when specific products are in the cart               |
| **Cart value minimum** | Show when cart total exceeds an amount                    |
| **Cart value maximum** | Show when cart total is below an amount                   |
| **Collection**         | Show when products from a specific collection are in cart |

Multiple conditions use AND logic—all conditions must be met for the upsell to display.

## Setup guides

<Columns cols={2}>
  <Card title="Product page" icon="window" href="/upsells/product-page">
    Display upsells on product detail pages.
  </Card>

  <Card title="Cart" icon="cart-shopping" href="/upsells/cart">
    Show upsells in the sidebar cart or cart page.
  </Card>

  <Card title="Checkout" icon="credit-card" href="/upsells/checkout">
    Add upsells during checkout (Shopify Plus only).
  </Card>

  <Card title="Post-purchase" icon="receipt" href="/upsells/post-purchase">
    One-click upsells after checkout.
  </Card>

  <Card title="Order tracking" icon="truck" href="/tracking/recommendations">
    Product recommendations on tracking pages.
  </Card>
</Columns>
