Wix Events: Event Page Orders Tab

The Event page's Orders tab has a dashboard menu 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 > Event > Orders tab

To add the Event page's Orders tab to your site, do the following:

  • Install the Wix Events app from the App Market.
  • Add a ticketed event.
  • Publish the event.
  • Add tickets to the event.
  • Create an order: Add a guest to the event manually, or create an invitation to the event and have guests sign up for the event.

Dashboard menu plugin slots

The Event page's Orders tab features a dashboard menu plugin slot.

Slot: More actions menu

Sample use case

Add a menu item that allows site owners to send an email to specific guests. Site owners can check off the guests from a list of all ticket holders for the event and send a customized email to those selected.

Configuration

The target page or modal can retrieve dashboard page data using the withDashboard() function from the dashboard-react SDK or the observeState() function from the dashboard SDK.

This slot passes the following parameters:

  • orderId

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

slot ID: 241f5aea-8e66-45b6-b7ed-6050100b6b29

For example:

Copy
1

Important: The hosting platform must be "BUSINESS_MANAGER".

Multiple plugins in the same slot

This plugin slot can host multiple plugins.

Dashboard menu plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the top.

Slot IDs

SlotIDParameters
More actions menu slot241f5aea-8e66-45b6-b7ed-6050100b6b29orderId

See also

Was this helpful?
Yes
No