# Cross sells

Enable **Cross sells** to show a recommended products section in the cart. Cross sells appear in both the **quick cart** and **cart page**.

### Watch video tutorial

Watch our video tutorial for setting up the Cross sells feature in your Quick cart.

{% embed url="<https://www.youtube.com/watch?t=120s&v=wH5e1DoCfUo>" %}

## Set up cross sells

***

Go to **Theme settings > Cart** to set up cross sells in your cart.

* Enable **Cross sells** to show recommended products in the cart.
* Choose to show recommendations from a **collection** or a **custom list of products**.
* Choose how many product recommendations to show

<details>

<summary><mark style="color:blue;"><strong>STEPS</strong></mark></summary>

In your theme editor (**Customize**):

1. Click **Theme settings**, then click **Cart**.
2. Under **Cross sells**, click the **Enable cross sells** option.

   ![](https://475958657-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fyt3Wwaqhge0XvrXmVj7D%2Fuploads%2Fgit-blob-2b38345d337d7f766f846f5026a644ecca7c9b26%2Fcart-cross-settings.png?alt=media)
3. Enter a short **Heading** to display above the cross-sell products.
4. Choose whether to **Show product thumbnails**.
5. Choose the **Maximum number of products to show**: between **3** and **9**.
6. Select the type of **recommendations to show**: either **From Collection** or **From product list**.
7. (*If From collection*) Click **Select collection** and choose a collection.
8. (*If From product list*) Click **Select products** to manually choose what products to display.

   > To show different products on different product pages, follow these instructions to [add a Product metafield](https://help.fluorescent.co/cornerstone/general/adapting-your-theme/dynamic-content-with-metafields) to use as a **dynamic source**.
9. Click **Save**.

</details>

&#x20;

`In the Theme settings, click the Cart tab to find the settings`

<table><thead><tr><th width="190">Setting</th><th width="400">Description</th><th>Options</th></tr></thead><tbody><tr><td><mark style="color:blue;">Enable cross sells</mark></td><td>Show recommended products related to items currently in the cart.</td><td></td></tr><tr><td><mark style="color:blue;">Recommendations to show</mark></td><td>Choose the source of product recommendations for cross-sells. Either select a <strong>Collection</strong> or <strong>Product list</strong>.</td><td><p><strong>From collection</strong> <em><mark style="background-color:yellow;">Default</mark></em></p><p><strong>From product list</strong></p></td></tr><tr><td><mark style="color:blue;">Heading</mark></td><td>Enter a title for the cross sells section.</td><td><mark style="background-color:yellow;">Default: "Others also bought"</mark></td></tr><tr><td><mark style="color:blue;">Show product thumbnails</mark></td><td>Show product images next to the product title and price.</td><td></td></tr><tr><td><mark style="color:blue;">Max number of products to show</mark></td><td>Set the maximum number of recommended products.</td><td><strong>3 - 9</strong></td></tr></tbody></table>

<br>

***

> **Related links**
>
> [Quick cart](https://help.fluorescent.co/cornerstone/cart/quick-cart)\
> [Cart page](https://help.fluorescent.co/cornerstone/cart/cart-page)\
> [Recommended products](https://help.fluorescent.co/cornerstone/product-pages/product-recommendations)\
> [Complementary products](https://help.fluorescent.co/cornerstone/product-pages/product-page-blocks/complementary-products)


---

# 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://help.fluorescent.co/cornerstone/cart/cross-sells.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.
