Wix Stores: Products Page

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.

Location in dashboard

Catalog > Store Products > Products

Dashboard plugin slots

The Stores Products page features a dashboard plugin slot.

Slot 1: Products Page

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

Configuration

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:

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 dashboard 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 farthest right.

Dashboard menu plugin slots

The Products page features 3 dashboard menu plugin slots.

Slot 2: Main more actions menu

This dashboard menu plugin slot is located in the more actions menu at the top of the 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: c87531bd-12df-42f6-bd78-c929ece48be4

For example:

Copy

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 product's more actions menu

This dashboard menu plugin slot is located in each product's more actions menu.

Configuration

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:

Copy

Important:

  • The hosting platform must be "BUSINESS_MANAGER".
  • Each slot must include an icon to comply with Wix's style requirements. Provide the icon's name as the value for "iconKey".

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

Slot 4: Bulk actions toolbar's More Actions menu

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.

Configuration

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:

Copy

Important:

  • The hosting platform must be "BUSINESS_MANAGER".
  • Each slot must include an icon to comply with Wix's style requirements. Provide the icon's name as the value for "iconKey".

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 dashboard menu plugins in the same slot

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.

Wix APIs

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

Slot IDs

SlotIDParameters
Products page3ca518a6-8ae7-45aa-8cb9-afb3da945081
Main more actions menuc87531bd-12df-42f6-bd78-c929ece48be4
Product more actions menu5c6c70b7-5041-404d-81b6-1f7ce19acf0fid
Bulk actions toolbar's More Actions menu 23986555-0ea3-49b4-bcaa-56cfe1ad35bf

See also

Did this help?