Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...