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.events(event => { | |
console.log('mySHOEFITTER Event', event); | |
if (event.type === 'RESULT') { | |
// Work with the result - e.g. preselect size in shop | |
if (typeof hj === 'function' && 'result' in event.data) { |
OlderNewer