Wix Stores: Category Page

The following slots and APIs are available when building a plugin for the Category page.

Note: When selecting a slot for your plugin in the Category page, you should select the same slot for the Shop page and the Gallery widget. Different Wix sites may use any of these and making these slots available for your plugin allows users to add it to their site regardless of their setup.

Slots

The following images show the slots available in the Category page, into which users can add plugins.

Mobile
Mobile Popup
Desktop

The slots are represented by the following placement object:

Copy

Provide the following values for each property:

KeyValue
appDefinitionId"1380b703-ce81-ff05-f115-39571d94dfcd"
widgetId"bda15dc1-816d-4ff3-8dcb-1172d5343cce"
slotIdID of the slot you want as displayed in the image above.

For example:

Copy

Category Plugin API

Use the Category plugin API to integrate with the plugin's host.

The API provides data about the current category.

PropertyTypeDescription
categoryIdStringThe ID of the category that is currently applied on the plugin's host.

In your site plugin or in your app's server code, you may want to perform actions or implement logic that is dependent on the current category or related data.

You can do this using the Wix Stores APIs (Velo, REST, JavaScript SDK).

Did this help?