# 8.SET Custom

<div><figure><img src="https://2912494604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHKqRZhVzu1H_Op1cBA%2Fuploads%2FYjWOS9eCgzJWDr4duA6H%2FScreenshot%202023-10-09%20at%2014.59.44.png?alt=media&#x26;token=a8d7d54a-2c4d-4cf1-8a23-5eb8d9caaf16" alt=""><figcaption></figcaption></figure> <figure><img src="https://2912494604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHKqRZhVzu1H_Op1cBA%2Fuploads%2FOL94zIkKF6Wnm2CzxAbs%2FScreenshot%202023-10-09%20at%2014.59.55.png?alt=media&#x26;token=848047fc-3dc5-42a8-bca5-8ac5f5f561dc" alt=""><figcaption></figcaption></figure></div>

## Widget-Element

### Content for a given SKU or Main-SKU

{% code overflow="wrap" %}

```html
<div data-8select-widget-id="8.SET-Custom" data-touchpoint="content" data-sku="insert-sku-of-currently-viewed-product"></div>
```

{% endcode %}

* `data-touchpoint` is a static attribute - find more about it under [touchpoints](https://docs.8select.io/widgets/touchpoints)
* `data-sku` is a dynamic attribute
  * its value is the [SKU](https://docs.8select.io/product-export/base-data/details#sku-sku) or [Main-SKU](https://docs.8select.io/product-export/base-data/details#main-sku-main-sku) of the product variant the customer is viewing in the shop
  * the [SKU](https://docs.8select.io/product-export/base-data/details#sku-sku) or [Main-SKU](https://docs.8select.io/product-export/base-data/details#main-sku-main-sku) has to be the same value that is used in the [product export](https://docs.8select.io/integration/produkt-export)
  * in case the viewed variant is changed, for example via a color drop-down the value has to be updated via `_8select.updateWidgetSku()`

### Show specific set

{% code overflow="wrap" %}

```html
<div data-8select-widget-id="8.SET-Custom" data-touchpoint="content" data-set-id="insert-id-of-your-set"></div>
```

{% endcode %}

* `data-touchpoint` is a static attribute - find more about it under [touchpoints](https://docs.8select.io/widgets/touchpoints)
* `data-set-id` is a static or dynamic value
  * its value is the id of the custom set you created
