# Component: Cross Sell

**Available from:** Release 108

**Purpose:** Use this component to display a list of cross-sell offers or add-ons

Cross-selling is a strategy that encourages customers to add related or complementary offers to their existing basket. With subscriptions, cross-selling usually means offering an add-on or a related product that enhances the current subscription plan.

{% embed url="<https://69c2cf3a42a094f3cd354b8d-ojozztnsdo.chromatic.com/?path=/story/shop-components-checkout-cross-sell--example&full=1&shortcuts=false&singleStory=true&embed=true>" %}

Read more about using cross-selling in your shop: [How to configure cross-selling in the cart and checkout](https://docs.limio.com/product/checkout/how-to-configure-cross-selling-in-the-cart-and-checkout)

## Props

| Prop Label                  | Type    | Default Value | Notes                                                                                                                                                                                                          |
| --------------------------- | ------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Show price                  | boolean | True          | If true, displays the initial price attribute of the cross-sell offers and add-ons. If you are using externally priced cross-sell offers or add-ons, this field is not supported and the prop should be false. |
| Add Cross Sell Button Label | String  | Add           | Determines the text on the button that adds a cross-sell to the cart.                                                                                                                                          |
| Heading                     | String  | More offers   | Determines the heading for the cross-sell section. If there are no cross-sells available, this heading will not appear.                                                                                        |


---

# Agent Instructions: 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:

```
GET https://docs.limio.com/components/component-library/cart-components/component-cross-sell.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
