Page History

Versions Compared

Key

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

Supported product family:

Event, Competition, Membership, Open Pass ( ? ), Individual Guided Visit Pass

Integrate as embedded code

Integrate as TS iframe



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

<script type="text/javascript" src="https://mosa.int1-widgets.secutix.com/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,
        },]
  });
</script>