It can be quite annoying for fans to be redirected to new web pages all the time. This is why integrating the Front office URL into your own website positively influences the conversion rate of visitors. This article explains the steps needed for integrating the ticket shop into your website.
Step 1: Selecting the right event
Go to ‘Manage’, where the right event can be selected.
Step 2: Going to the Front office URL page
After selecting the event, the ‘Event dashboard’ appears. Click ‘Front office URL’ to gain access to the different URLs.
Step 3: Picking the desired URL
By clicking on ‘Front office URL’, all URLs of previously created online points of sale appear. Copy the URL directly from the Back office without opening it in a new tab. There are two types of URLs:
- URL (link to the ticket shop)
- Link to events calendar (overview of active events)
Step 4: Copying the Front office URL link to the iFrame
Place the copied link in the <body> of the HTML code of the website.
Note: make sure to replace ‘Paylogic_Frontoffice_URL1’ with the copied URL.
iFRAME:
<iframe
width="600"
scrolling="auto"
height="730"
style="max-width:
100%"
frameborder="0"
marginwidth="0"
marginheight="0"
src="Paylogic_FrontOffice_URL1"
name="paylogic_shop"
id="paylogic_shop">
</iframe>
Step 5: Positioning the iFrame (if desired)
The location of the webshop on the website can be configured by adjusting ‘width’ and ‘height’ in the iFrame code.
iFRAME:
<iframe
width="600"
scrolling="auto"
height="730"
style="max-width:
100%"
frameborder="0"
marginwidth="0"
marginheight="0"
src="Paylogic_FrontOffice_URL1"
name="paylogic_shop"
id="paylogic_shop">
</iframe>