Comment on page
8.SET Custom
Create product sets from model shootings / mood photography. Simply put model photo and the visible SKUs together. Alternative products are delivered automatically.


<div data-8select-widget-id="8.SET-Custom" data-sku="insert-sku-of-currently-viewed-product"></div>
data-sku
is a dynamic attribute- in case the viewed variant is changed, for example via a color drop-down the value has to be updated via
_8select.updateWidgetSku()
<div data-8select-widget-id="8.SET-Custom" data-set-id="insert-id-of-your-set"></div>
data-set-id
is a static or dynamic value- its value is the id of the custom set you created
Last modified 1mo ago