Page History

Versions Compared

Key

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

...

HTML
<iframe height="200" width="300" title="One Click Purchase Widget">

<body>
<div id="stx-one-click-purchase" style="width:450px"></div>

<script type="text/javascript" src="https://mosa.demoint1-shopwidgets.secutix.com/storefront/stx-widgets/v2/Widgets.js"></script>
<script type="text/javascript">
  STX.Widgets.start({
    apiKey: '43e38c19-718c-4bbe-b08c-abd5e8826996',
    hostname: 'mosa.int1-shop.secutix.com',
      language: 'en',
      widgets: [
        {
          widget: 'OneClickPurchase',
          root: '#stx-one-click-purchase?productId=466677386">
',
          productId: 466677386,
        },]
  });
</script>
</body>
</iframe>