Wix Restaurants: Online Orders Page

The Online Orders page has 1 dashboard menu 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.

Location in dashboard

Sales > Restaurant Orders (New)

Dashboard menu plugin slots

The Online Orders page features 1 dashboard menu plugin slot.

Slot 1: Order card more actions menu

This dashboard menu plugin slot is positioned in the more actions menu at the bottom of each order's card.

Configuration

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

slot ID: d6b9230e-7388-4b5a-bb50-86afe3e344b2

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

Multiple plugins in the same slot

This plugin slot can host multiple plugins.

The plugins are displayed vertically 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 Restaurants APIs:

Slot IDs

SlotIDParameters
Order card more actions menud6b9230e-7388-4b5a-bb50-86afe3e344b2orderId

See also

Did this help?