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 App Dashboard.

Location in dashboard

Events > Published > Event > Orders tab

To test your plugin on a site, do the following:

  1. Install the Wix Events app from the App Market.
  2. Add a ticketed event.
  3. Publish the event.
  4. Add tickets to the event.
  5. 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

This dashboard menu plugin slot is located in the more actions menu in the Orders tab.

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

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

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

For example:

Copy

Important: The hosting platform must be "BUSINESS_MANAGER".

Interaction between the dashboard page and your plugin

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:

NameTypeDescription
orderIdStringOrder ID.

Multiple plugins in the same slot

This menu plugin slot can host multiple plugins.

The plugins are displayed vertically and 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
More actions menu241f5aea-8e66-45b6-b7ed-6050100b6b29orderId

See also

Did this help?