Integrating your ticketshop via a code or a link
In this article, you'll learn how to integrate your Regiondo ticket shop into your Contao website.
1. Step
Log into Contao with your access data and go to the menu “Artikel” (=items).
2. Step
You can either create a new page or add a new element into an existing one.
To add a new page, you must click on the button “neuer Artikel” (=new item).
To add a new element on an existing page, you must select the existing page and then click on the edit symbol.
3. Step
To add a new element on the page that you created or selected, you must click on the symbol (+) in the top right corner of the page.
4. Step
Now you must choose which kind of element you want to add.
If it’s not possible to add an HTML block, you must add a text block and then edit the source code.
To edit the source code of the text block, click on the button “HTML”.
5. Step
A new window will open. Here you can add the code that you generated in the Regiondo Dashboard.
If the HTML code can’t be saved as it is, you can add a link or a button containing the URL of the Regiondo shop.
The HTML Code of a button can be formatted as follows:
<a class="confirmation" style="border: solid 4px green; padding: 5px 30px !important; border-radius: 5px; color: green; background: white; font-size: 22px;font-weight:900;" href="https://example.regiondo.de/kategorien?tag=alle-produkte">Tickets</a>.
Note
Click here to get more information about the integration via iFrame.
Important
If needed, you must allow html tags in the security section of your Contao Dashboard. Most of the HTML tags are allowed by default, but some tags with security relevance such as <script> might need to be added manually.
6. Step
You can now save the changes by clicking on “Speichern” (=save).