Comment on page
Touchpoints
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
.Recommended 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 modified 1mo ago