Wix Bookings: Services Page

The Bookings Services page has 3 plugin slots: 1 dashboard, and 2 dashboard menu. 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

Catalog > Bookings Services

Dashboard plugin slots

The Bookings Services page features a dashboard plugin slot.

Slot 1: Services page

This slot is positioned between Business setup recommendations and Service list.

Configuration

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

slot ID: 78cc4a47-8f47-489b-acc2-fd9e4208c8bd

For example:

Copy

Important: The hosting platform must be "BUSINESS_MANAGER".

Interaction between the dashboard page and your plugin

Apps built by Wix can pass data, such as an ID, from the dashboard page to your plugin through a designated slot. Learn how to use the Wix SDK to interact with and retrieve data from the dashboard page. Learn how to use the Wix SDK to interact with and retrieve data from the dashboard page.

Multiple plugins in the same slot

This plugin slot can host multiple plugins.

The plugins are displayed next to each other and ordered by date created, with the most recently created plugin displayed furthest left.

Dashboard menu plugin slots

The Bookings Services page features 2 dashboard menu plugin slots.

Slot 2: Main more actions menu

This dashboard menu plugin slot is located in the main more actions menu on the Services page.

Configuration

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

slot ID: 5f8f3737-461a-43de-b790-e9079ba07d62

For example:

Copy

Important: The hosting platform must be "BUSINESS_MANAGER".

Interaction between the dashboard page and your plugin

Apps built by Wix can pass data, such as an ID, from the dashboard page to your plugin through a designated slot. Learn how to use the Wix SDK to interact with and retrieve data from the dashboard page. Learn how to use the Wix SDK to interact with and retrieve data from the dashboard page.

Slot 3: Each service's more actions menu

This dashboard menu plugin slot is located in each service's more actions menu in the service list.

Configuration

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

slot ID: 70f397fb-0007-43df-99f3-b3b0a9fa0712

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
serviceIdStringService ID.

Multiple plugins in the same slot

These menu plugin slots can host multiple plugins.

The plugins are displayed next to each other and ordered by date created, with the most recently created plugin displayed at the bottom.

Wix APIs

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

Slot IDs

SlotIDParameters
Services page78cc4a47-8f47-489b-acc2-fd9e4208c8bd
Each service's more actions menu5f8f3737-461a-43de-b790-e9079ba07d62
Services list more actions menu70f397fb-0007-43df-99f3-b3b0a9fa0712serviceId

See also

Did this help?