Trigger Eventbrite embedded checkout script from wix button.

The 3rd party ticket seller eventbrite offers users an embedded checkout option theat opens out in a modal, you can see this in action here on old wordpress site when ‘Book Now’ button is hit.

Having a lot of issues getting this to work well in WIX and need some community help as no one has been able to tell me whether a good solution exists in WIX - Help Please :slight_smile:

Current Challenges:

  • Can add this code into iframe but this does provide the desired full screen overlay modal effect.
  • Cant get this to dynamically scale for desktop and mobile.
  • Ideally want to fire this from a WIX button not the one this script below provides, cant see a way that this is possible.

If someone could tell me if this is technically possible and point me in the right direction i’d be eternally grateful

Thank You

Eventbrite Embedded Checkout Script:

Buy Tickets
Buy Tickets on Eventbrite

https://support.wix.com/en/article/using-iframes-to-display-visible-content-on-your-site
Important:
Wix cannot provide support for external codes that were not created or tested with Wix.
If you are experiencing an issue with your code snippet, please contact the provider directly.

For much better support and help, you would be much better suited going through Eventbrite’s own support for more help on this issue as they have provided the code for it to work.

You can pass data to and from a html component to a page etc by using the html component
https://www.wix.com/corvid/reference/$w.HtmlComponent.html
https://support.wix.com/en/article/corvid-working-with-the-html-element

If you want to open up a page in a Wix modal then look at using the code here from Wix Window.
https://www.wix.com/corvid/reference/wix-window.html#openModal