Last active
June 12, 2024 08:55
-
-
Save mariusbolik/5179086d40811992d41484bfdf548d26 to your computer and use it in GitHub Desktop.
Triple20 mySHOEFITTER
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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