Page History

Versions Compared

Key

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

Context

Excerpt

 

Status
subtletrue
colourGreen
titleNEW V1.11
 Tournament feature set is being extended to support sorting matches by rank on all match selection pages. You can now choose to display matches sorted by their logical order (i.e. match rank) instead of the chronological order (i.e. date and time). 



Solution

Currently in SecuTix, the default sorting order for matches on Internet Portals has always been by date and time, but in the context of tournament, it is often the case when the logical sorting order is different from the chronological order for matches. Starting from BV1, we are offering a new option to sort matches by their rank and you can choose the most suitable ranking criteria for your Match Selection pages of your FCFS, Resale, Group sale and Lotter portals, as well as Box office.


Getting started

Go to  Elca Admin>> Institutions >> Institution Parameter >> Match Sorting Type to set the sorting type for your matches. You can use either BY_DATE (default) or BY_RANK value in this field.

Supported product family:

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

Depending on your use cases with the one-click purchase widget 

  • Native integration with widget code snippet
  • Direct link 


Widget Parameter

hostname

language

productId


Info
titleSupported product families
  • Event
  • Competition
  • Membership
  • Individual Guided Visit Pass
  • Timeslot Pass



Integrate as embedded code

Integrate as TS iframe


One-click purchase 


Code Block
languagexml
themeFadeToGrey
titleone-click-purchase-example-snippet
collapsetrue
<div id="stx-one-click-purchase" style="width:450px"></div>

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