Integrating your ticketshop via a code
In this article, you'll learn how to integrate your Regiondo ticketshop into your Ionos website.
Step 1
Log into Ionos with your access data and go to the menu “Websites & Shop”.
Now click on the button “Website bearbeiten”.
Step 2
You will now land on your website in edit mode and you will be able to modify it and add the Regiondo widget.
- If you want to create a new page, click on the tab "Seite verwalten".
- To add an element on the new page or an existing one click on the button “Elemente einfügen”.
In order to implement the Regiondo Widget code you will need to drag & drop the block type “Widget/HTML”.
Step 3
If you want to implement a React Widget, the code generated by Regiondo will require a modification.
Here below, you can see an example of the original code and the modified one.
- Original Regiondo Code:
<product-catalog-widget widget-id="1197dcb6-597f-43cd-a56d-1e9c5cf1125a"></product-catalog-widget><script type="text/javascript" src="https://widgets.regiondo.net/catalog/v1/catalog-widget.min.js"></script>
- Regiondo Code modified for Ionos:
<script>document.write('<product-catalog-widget widget-id="1197dcb6-597f-43cd-a56d-1e9c5cf1125a"></product-catalog-widget>');</script><script type="text/javascript" src="https://widgets.regiondo.net/catalog/v1/catalog-widget.min.js"></script>
Important
The bold parts have to be added in the exact format that you see in the example.
Step 4
The implemented code will be saved automatically.