Essential variables for Size Adviser

Essential variables

The following variable is required for Usizy services to work.

class

Attribute for Size Adviser identifies which container is displaying the recommender tool. Its value is always the same: ‘usizy-external’

data-unique-product-id

Unique product identifier that must be the same identifier used in the feed for that product.

<!-- The following example contains minimum code for -->
<!-- displaying Size Adviser with essential variables -->
<!-- Add this code in the 'body' container of your page code -->

<div class="usizy-external"
data-unique-product-id="product_identifier_in_the_feed" <!-- e.g. 522445 -->
/>