The Event page's Promotion 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 > Promotion tab
To test your plugin on a site, do the following:
The Event page's Promotion tab features a dashboard plugin slot.
This dashboard plugin slot is located at the bottom of the page.
Add a plugin to the Event page's Promotion tab that allows site owners to send promotional emails to customers with abandoned checkouts (customers who begin an event checkout process but don't complete it).
Use the following slot ID for the extends
property in your dashboard plugin's configuration in your app's dashboard:
slot ID: bc3b9b99-7a3a-4fb5-946f-078022277b6b
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 at the bottom of the page and ordered 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 Promotion tab | bc3b9b99-7a3a-4fb5-946f-078022277b6b | eventId |