> For the complete documentation index, see [llms.txt](https://docs.8select.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.8select.io/widgets/touchpoints/cart.md).

# Cart

Show content on the cart overview.

<figure><img src="https://2912494604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHKqRZhVzu1H_Op1cBA%2Fuploads%2FUCr6ZPwZP4jeUC7gjdKC%2FScreenshot%202023-10-09%20at%2015.08.52.png?alt=media&amp;token=9b3a7b5a-7442-44c6-a106-b6b12310f3e6" alt=""><figcaption></figcaption></figure>

Show complementary products via 8.SET

{% code overflow="wrap" %}

```html
<div data-8select-widget-id="8.SET" data-sku="insert-sku-of-any-cart-product" data-touchpoint="cart"></div>
```

{% endcode %}

or show similar items via 8.SIMILAR

{% code overflow="wrap" %}

```html
<div data-8select-widget-id="8.SIMILAR" data-sku="insert-sku-of-any-cart-product" data-touchpoint="cart"></div>
```

{% endcode %}
