<div>
<div id="scale-webshop-container"></div>
<script src="https://scale-development.s3.us-east-2.amazonaws.com/webshop.js"></script>
<script>
;(function () {
"use strict";
new Webshop({
// target element id, can be skipped
element: 'scale-webshop-container',
// webshop window width and height, can be skipped, default value is 100%
width: '100%',
height: '1000px',
// webshop URL, mandatory field
url: 'https://musicmerch.shop/agealeksandersen',
});
})()
</script>
</div>