> 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="/files/pLKVJ3HWGAYdJ34HWO8X" 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 %}
