Integrate your ticket shop into your own website

Integrate your ticket shop into your own website

Redirecting to multiple pages can lead to a lower conversion rate. To prevent a buyer from being redirected, you can choose to embed your shop as an iframe within your own web page. Follow the steps below to set this up!

1. Go to "Manage" and select the desired event.
2. Then click "Event dashboard". On the right, click "URLs of online sales" to access the different URLs. 
3. Copy the relevant URL directly from the backoffice without opening the link in a new tab. There are two types of URLs: 
  1. URL (link to the shop)
  2. Link to the event agenda (overview of active events)
4. Place the copied link in the <body> of your website’s HTML code. If needed, use the code at the bottom of this article.
5. The position of the shop on your website can be configured by adjusting the "width" and "height" in the iframe code.

<iframe
width="600"
scrolling="auto"
height="730"
style="max-width:
100%"
frameborder="0"
marginwidth="0"
marginheight="0"
src="Paylogic_Shop_URL1"
name="paylogic_shop"
id="paylogic_shop">
</iframe>

Note: make sure that "Paylogic_Frontoffice_URL1" is replaced with the copied URL