Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

In order to benefit of a partner advantage, users should entry a partner code. In ticketshop there are several code en

Detailed guide

To make available a code entry box for your users on your institutional website, you should contact your webmaster or web agency and provide them the followinig information.

 

  1. Identify a plave on your site where users are likely to see a code entry field.  
  2. Add a form and method type GET. The URL to use is the same as for your access to box-office adding the sufixe "/api/1/redirect/partner-advantage". 
    In example, if your box-officce access is "https://monsite.shop.secutix.com", you have to name "https://monsite.shop.secutix.com/api/1/redirect/partner-advantage"

    Your code should looks like the following example:

    <form action="/api/1/redirect/partner-advantage" method="GET">               
    	<input maxlength="20" type="text" name="code" id="code" placeholder="Code"/>
    	<input type='submit' value='Valider'/>
    </form>
  3. You can freely add a title and/ or instruction. There, that´s it! 

You should have something that looks like the image below.

Code Avantage

  • No labels