Integrate your ticket shop into your own website

Integrate your ticket shop into your own website

Redirecting to multiple pages can lead to lower conversion. To prevent a buyer from being redirected, you can choose to add your ticketshop 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 on 'Event dashboard'. Right click on "Online Sale URLs " to access different URLs.

3. Copy the relevant URL directly from the back office without opening the link in a new tab. There are two types of URLs:

  1. URL (link to the ticket shop).
  2. Link to the event calendar (overview of active events).

4. Place the copied link in the <body> of the website's HTML code. If necessary, use the code at the bottom of this article.

5. The position of the ticketshop on the website can be set 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>


Warning
Note: make sure that you replace 'Paylogic_Frontoffice_URL1' with the copied URL

    • Related Articles

    • Additional information about mobile tickets

      It is now possible to add extra information about the event for tickets that are available via MyOrder. Think of a map of the venue, information about public transport and parking, opening hours, dress code, etc. You add this to your event in two ...
    • Create a Wallet Pass template

      Follow these steps to create a Wallet Pass template: In the backoffice, go to 'Create' and select 'Wallet pass'. Click 'Create a new wallet pass template'. Give the wallet pass a name that is easy for you to remember. A Wallet Pass template consists ...
    • Change Tool

      Enable your fans to rebook and/or upgrade their tickets themselves through the change module. It is common for a buyer to want to rebook their tickets, for example to another day, timeslot, price category, or a different event. Thanks to our change ...