Wix Events: Event Page Tickets and Seating Tab

The Event page's Tickets and Seating tab has a dashboard plugin slot. Slots are the placeholders in the UI for plugins. The slot ID is the value for the required extends field when configuring the plugin in the Wix Dev Center.

Location in dashboard

Events > Published or Drafts > Event > Tickets and Seating tab

To add the Event page's Tickets and Seating tab to your site, do the following:

  • Install the Wix Events app from the App Market.
  • Add a ticketed event.
  • Create a draft of the event, or publish the event.

Dashboard plugin slots

The Event page's Tickets and Seating tab features a dashboard plugin slot.

Slot: Tickets and seating tab page

Sample use case

Add a ticket sales scheduler plugin to the Event page's Tickets and Seating tab to allow the site owner to review the current ticket sale status, and set up start and end dates for all ticket sales in one place.

Configuration

Use the following slot ID for the extends property in your dashboard plugin's configuration in the Dev Center:

slot ID: 80b95e22-26db-4063-a31f-76d4bb8797ba

For example:

Copy
1

Important: The hosting platform must be "BUSINESS_MANAGER".

Interaction between the dashboard page and your plugin

To interact with and retrieve data from the dashboard page use one of the following functions:

This slot passes the following parameters:

  • eventId
Copy
1
Copy
1

Multiple plugins in the same slot

This plugin slot can host multiple plugins.

The plugins are displayed on the right side below Settings and discounts, and are ordered by date created, with the most recently created plugin displayed at the top.

Wix APIs

You can implement logic in your plugin using the Wix Events APIs:

Slot IDs

SlotIDParameters
Event page's Tickets and Seating tab plugin slot80b95e22-26db-4063-a31f-76d4bb8797baeventId

See also

Was this helpful?
Yes
No