Touchpoints

Simple version of 8.SET Compose with limited user interaction - for example for a cart layer

You can use any widget on any kind of page in your shop. In order to identify which page the widget is on you need to add another data attribute - data-touchpoint.

Eligible values are product, cart-layer, cart, content, category, search.

<div data-8select-widget-id="8.SET" data-sku="insert-sku-of-currently-viewed-product" data-touchpoint="cart-layer"></div>

Last updated