Comment on page
Cart Layer
Show content on a modal after a product was added to the cart.

<div data-8select-widget-id="8.SET" data-sku="insert-sku-of-currently-added-product" data-touchpoint="cart-layer"></div>
<div data-8select-widget-id="8.SIMILAR" data-sku="insert-sku-of-added-viewed-product" data-touchpoint="cart-layer"></div>
- 1.when a product is added to the cart, add the widget element where you would like to show recommendation content including
data-sku
- 2.call
_8select.initCSE()
to let the SDK discover the new widget
Last modified 1mo ago