Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

It is possible to integrate the webshop into your own website so people can buy tickets directly from the website. If you want to integrate the webshop into you website always make sure your website is responsive. Your website should automatically adapt to the screen size of the device that is used to visit your website. If your website is not responsive people will have to scroll on their smartphone to be able to order tickets. This can be experienced as annoying for visitors and prevent them from buying or finishing a ticket purchase.

Example of website integration:


Iframe:

Website integration is done through an "Iframe". An Iframe is a window within you own website where another webpage is loaded in. So the Dizizid webshop can be loaded into your own website. If you want to load the webshop into your website just use the following iframe hmtl code:
 

<iframe src="https://www.dizizid.com/events-registration/index.html?officeId=1" style="border:0px #FFFFFF none;" name="Dizizid" scrolling="yes" frameborder="1" marginheight="0px" marginwidth="0px" height="1000px" width="100%"></iframe>
 

In this example the "events overview" is used as the default page that will be shown in the iframe: https://www.dizizid.com/events-registration/index.html?officeId=1 

If you prefer the "ticket overview" just replace the link in the iframe code with: https://www.dizizid.com/events-registration/index.html?officeId=1&overviewType=simple

Important: use the "officeId" of your organization. Replace the number 1 in example by number of your organization.

You can find the links for your webshop in the settings menu option:


Copy & Paste:

Just copy the iframe html code into you website page builder and the webshop will be integrated into your website.

 

  • No labels