Button Options
Feel free to customize the mySHOEFITTER-Button to fit your needs!
Example
index.html
<!-- Load the mySHOEFITTER Script -->
<script src="https://js.myshoefitter.com/v1/script.js"></script>
<script type="application/javascript">
myshoefitter.init({
shopSystem: 'shopify'
button: {
text: "Schuhgröße finden",
attachTo: ".cart-button",
position: "after", // before
styles: {
backgroundColor: "#000000",
color: "#ffffff",
fontWeight: "bold"
}
}
});
</script>