...
Code Block | ||
---|---|---|
| ||
window.frames.wizartFittingRoom.onload = (() => { // Calling the event of getting the list of products from the shopping cartfavorites. window.frames.wizartFittingRoom.postMessage({ eventName: 'getFavoritesStore' }, '*'); }); |
...
...
Code Block | ||
---|---|---|
| ||
window.frames.wizartFittingRoom.onload = (() => { // Calling the event of getting the list of products from the shopping cartfavorites. window.frames.wizartFittingRoom.postMessage({ eventName: 'getFavoritesStore' }, '*'); }); |
...