Size Adviser API call script example
Here you can review a complete example of how to display Size Adviser on your page.
Essential variables
Additional variables
<!-- Size Adviser API call script example -->
<html>
<header>
...
</header>
<body>
...
<!-- Add this code in the 'body' container of your page code -->
<div class="usizy-external"
data-unique-product-id="522445"
data-layout="link"
data-width="100%"
data-language="en"
data-sizesystem="UK"
data-price-vat="67"
data-price-no-vat="60"
data-guidelink="https://myecomerce/size-chart.jpg"
></div>
...
<!-- Add this code in the 'footer' of your page code -->
<script src="https://static.usizy.es/js/platform.min.js"></script>
</body>
</html>