Skip to content

Instantly share code, notes, and snippets.

@mariusbolik
Last active June 12, 2024 08:55
Show Gist options
  • Save mariusbolik/5179086d40811992d41484bfdf548d26 to your computer and use it in GitHub Desktop.
Save mariusbolik/5179086d40811992d41484bfdf548d26 to your computer and use it in GitHub Desktop.
Triple20 mySHOEFITTER
<!-- Load the mySHOEFITTER Script -->
<script src="https://js.myshoefitter.com/v1/script.js"></script>
<!-- Initialize mySHOEFITTER -->
<script type="application/javascript">
myshoefitter.init({
shopSystem: 'shopify',
button: {
text: 'Jetzt passende Größe finden',
styles: {
border: '1px solid black',
borderRadius: 0,
fontWeight: 500
}
},
enabledProductIds: [
'7899421868262',
'7820759269606',
'7822545748198',
'7822560100582',
'7890032656614',
'7820771131622',
'7822569996518'
]
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment