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

    • Related Articles

    • Set up your event agenda

      Set up an event agenda for your events by following the steps below: Set up the event agenda Go to 'Create' in the bar on the left and select 'Sales channels'. Select the desired sales channel and click the three dots on the left, then choose 'Edit'. ...
    • Create a new event

      Follow the steps below to quickly and easily set up a new event with the corresponding ticket shop: 1. Go to 'Create' and click on 'Event'. 2. Enter the required basic information for the event and then click 'Next'. This information can always be ...
    • Create a new ticket shop

      Within one event you can create multiple shops. For example, a separate ticket link for a presale and a friends & family sale. Follow the steps below. Create shop 1. Go to ‘Events’ and select the desired event. 2. Go to ‘Sales configuration’. 3. ...
    • Add or rearrange products in a ticket shop

      If you have not created any products yet, first read this article. Go to Events and select the desired event. Go to the Sales configuration section. Select the desired ticket shop. Click the pink button Add products to sale. Select the products you ...
    • Add a banner to a shop confirmation page

      Add a banner to your shop’s confirmation page to redirect people to your website, socials, or newsletter. Go to "Dashboard" and select your desired event. Click "Sales configuration" and click on the shop where you want to add the banner. Click the ...