Event Page Tabs

The Wix Events Event page consists of multiple tabs, each allowing for further customization of your event. Each tab includes one or more plugin slots designed for dashboard and/or dashboard menu plugin. The Event page includes the following tabs:

The Event page includes the following tabs:

Did this help?

Event Page Features Tab

The Event page's Features tab has 1 dashboard plugin slot.

Learn more about dashboard plugins and slots.

Page location in dashboard

Events > Published or Drafts > Event > Features tab

Slot: Additional features card

This dashboard plugin slot is located in the features grid.

Multiple plugins in the same slot

This plugin slot can host multiple plugins.

The plugins are displayed as the last items in the grid. They are shown in cards positioned next to each other and are ordered by date created, with the most recently created plugin displayed at the top.

Slots list

Slot nameSlot typeIDInterface
Additional features cardDashboard plugin slot5566727b-e5a2-4a43-a26d-961aa4fe0898AdditionalFeaturesCardParams

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

Did this help?

RSVP Event Page Guests Tab

The Event page's Guests tab for RSVP events has 1 dashboard menu plugin slot.

Learn more about dashboard plugins and slots.

Page location in dashboard

Events > Published > Event (RSVP event) > Guests tab

Slot: RSVP guest items bulk more actions menu

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

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.

Slots list

Slot nameSlot typeIDInterface
RSVP guest items bulk more actions menuDashboard menu plugin slotf35dc417-bb7b-41c6-af99-c5a86c60f54aRSVPGuestItemsBulkMoreActionsMenuParams

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

Did this help?

Ticketed Event Page Guests Tab

The Event page's Guests tab for ticketed events has 1 dashboard menu plugin slot.

Learn more about dashboard plugins and slots.

Page location in dashboard

Events > Published > Event (ticketed event) > Guests tab

Slot: Tickets guest items bulk more actions menu

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

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.

Slots list

Slot nameSlot typeIDInterface
Tickets guest items bulk more actions menuDashboard menu plugin slotb9f7d36e-4035-4079-8781-4f78b4bec183TicketsGuestItemsBulkMoreActionsMenuParams

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

Did this help?

Event Page Orders Tab

The Event page's Orders tab has 1 dashboard menu plugin slot.

Learn more about dashboard plugins and slots.

Page location in dashboard

Events > Published > Event > Orders tab

Slot: Order items bulk more actions menu

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

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.

Slots list

Slot nameSlot typeIDInterface
Order items bulk more actions menuDashboard menu plugin slot241f5aea-8e66-45b6-b7ed-6050100b6b29OrderItemsBulkMoreActionsMenuParams

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

Did this help?

Event Page Overview Tab

The Event page's Overview tab has 1 dashboard plugin slot.

Learn more about dashboard plugins and slots.

Page location in dashboard

Events > Published or Drafts > Event > Overview tab

This dashboard plugin slot is located at the bottom of the page.

Multiple plugins in the same slot

This plugin slot can host multiple plugins.

The plugins are displayed at the bottom of the page and ordered by date created, with the most recently created plugin displayed at the top.

Slots list

Slot nameSlot typeIDInterface
Overview footerDashboard plugin slotd2c6965a-7d50-47a0-881a-beb184135df3OverviewFooterParams

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

Did this help?

Event Page Promotion Tab

The Event page's Promotion tab has 1 dashboard plugin slot.

Learn more about dashboard plugins and slots.

Page location in dashboard

Events > Published or Drafts > Event > Promotion tab

This dashboard plugin slot is located at the bottom of the page.

Multiple plugins in the same slot

This plugin slot can host multiple plugins.

The plugins are displayed at the bottom of the page and ordered by date created, with the most recently created plugin displayed at the top.

Slots list

Slot nameSlot typeIDInterface
Promotion footerDashboard plugin slotbc3b9b99-7a3a-4fb5-946f-078022277b6bPromotionFooterParams

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

Did this help?

Event Page Settings Tab

The Event page's Settings tab has 1 dashboard plugin slot.

Learn more about dashboard plugins and slots.

Page location in dashboard

Events > Published or Drafts > Event > Settings tab

This dashboard plugin slot is located at the bottom of the page.

Multiple plugins in the same slot

This plugin slot can host multiple plugins.

The plugins are displayed at the bottom of the page and ordered by date created, with the most recently created plugin displayed at the top.

Slots list

Slot nameSlot typeIDInterface
Settings footerDashboard plugin slotc478b36b-7ce2-4564-afba-c2b0ca14bdeaSettingsFooterParams

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

Did this help?

Event Page Tickets and Seating Tab

The Event page's Tickets and Seating tab has 1 dashboard plugin slot.

Learn more about dashboard plugins and slots.

Page location in dashboard

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

Slot: Tickets and seating right panel

This dashboard plugin slot is located on the right side of the page below Settings and discounts.

Multiple plugins in the same slot

This plugin slot can host multiple plugins.

The plugins are displayed by date created, with the most recently created plugin displayed at the top.

Slots list

Slot nameSlot typeIDInterface
Tickets and seating right panelDashboard plugin slot80b95e22-26db-4063-a31f-76d4bb8797baTicketsAndSeatingRightPanelParams

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

Did this help?


Tickets And Seating Right Panel Params


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.

Plugin Params
eventIdstring

Event ID.

Use this in the code for the dashboard plugin.

JavaScript
Did this help?


Additional Features Card Params


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.

Plugin Params
eventIdstring

Event ID.

Use this in the code for the dashboard plugin.

JavaScript
Did this help?