The Products page has 4 plugin slots: 1 dashboard, and 3 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.
Catalog > Store Products > Products
The Stores Products page features a dashboard plugin slot.
This dashboard plugin slot is located at the top of the page.
Use the following slot ID for the extends
property in your dashboard plugin's configuration in your app's dashboard:
slot ID: 3ca518a6-8ae7-45aa-8cb9-afb3da945081
For example:
Important: The hosting platform must be "BUSINESS_MANAGER".
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.
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 farthest right.
The Products page features 3 dashboard menu plugin slots.
This dashboard menu plugin slot is located in the more actions menu at the top of the page.
Use the following slot ID for the extends
property in your dashboard menu plugin's configuration in your app's dashboard:
slot ID: c87531bd-12df-42f6-bd78-c929ece48be4
For example:
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.
This dashboard menu plugin slot is located in each product's more actions menu.
Use the following slot ID for the extends
property in your dashboard menu plugin's configuration in your app's dashboard:
slot ID: 5c6c70b7-5041-404d-81b6-1f7ce19acf0f
For example:
Important:
"iconKey"
.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 |
---|---|---|
id | String | Product ID. |
This dashboard menu plugin slot is located in the More Actions menu of the bulk actions toolbar. The bulk action toolbar appears when at least 1 product is selected.
Use the following slot ID for the extends
property in your dashboard menu plugin's configuration in your app's dashboard:
slot ID: 23986555-0ea3-49b4-bcaa-56cfe1ad35bf
For example:
Important:
"iconKey"
.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.
These menu plugin slots can host multiple plugins.
The plugins are displayed vertically 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 Stores APIs:
Slot | ID | Parameters |
---|---|---|
Products page | 3ca518a6-8ae7-45aa-8cb9-afb3da945081 | |
Main more actions menu | c87531bd-12df-42f6-bd78-c929ece48be4 | |
Product more actions menu | 5c6c70b7-5041-404d-81b6-1f7ce19acf0f | id |
Bulk actions toolbar's More Actions menu | 23986555-0ea3-49b4-bcaa-56cfe1ad35bf |