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 App Dashboard.
Events > Published or Drafts > Event > Tickets and Seating tab
To test your plugin on a site, do the following:
The Event page's Tickets and Seating tab features a dashboard plugin slot.
This dashboard plugin slot is located on the right side of the page below Settings and discounts.
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.
Use the following slot ID for the extends
property in your dashboard plugin's configuration in your app's dashboard:
slot ID: 80b95e22-26db-4063-a31f-76d4bb8797ba
For example:
Important: The hosting platform must be "BUSINESS_MANAGER".
Apps built by Wix pass parameters via dashboard slots for you to utilize in your plugin's functionality. Learn how to interact with and retrieve parameters from the dashboard page.
This slot passes the following parameters:
Name | Type | Description |
---|---|---|
eventId | String | Event ID. |
This plugin slot can host multiple plugins.
The plugins are displayed by date created, with the most recently created plugin displayed at the top.
You can implement logic in your plugin using the Wix Events APIs:
Slot | ID | Parameters |
---|---|---|
Event page's Tickets and Seating tab | 80b95e22-26db-4063-a31f-76d4bb8797ba | eventId |