Displaying Subselector Dishes in Upsell Mode
Dishes within subselectors can be displayed as a standard list or in an upsell window, where the most expensive dish is highlighted in a frame and the cheapest dish is at the bottom of the window.
If there are 3 dishes in the selector, the most expensive will be displayed on the right, the cheaper one on the left, and the cheapest at the bottom.
If there are 4 dishes in the selector, the most expensive will be displayed at the top, the slightly cheaper one on the right, the even cheaper one on the left, and the cheapest at the bottom.
To enable this, specify { "upsell": true } in the itemParams advanced property of the subselector.
For this setting to work, the subselector must contain only dishes (menu items), and there must be more than one dish.
Additionally, you can use the setting Show price difference in upsell pop-ups (Service Menu > Visualization).
When this setting is enabled, upsell windows will display not the full price of dishes, but the price difference compared to the cheapest dish.
Displaying the Most Expensive Menu Item First
To have the most expensive menu item displayed first within a subselector, set the extended property itemParams to {"expensiveDishOnTop": true}. This configuration will ensure that the most expensive menu item from the subselector appears at the top in a horizontal format.
Alternative Name for the Subselector
To allow for the addition of an alternative name for the subselector, distinct from its original title:
- In the r_keeper management interface, create a new extended property with the System Name — AltNameХХХХ, where XXXX represents the language code.
The language code can be defined in “Service Menu” in the Language Settings section, the Language List parameter, in which the languages used are selected. - In the properties of the menu item, enter the desired text into the newly created extended property.
Once completed, filling in this new extended property will result in the alternative name for the subselector being displayed in the menu.
Minimum Price of Selector
For sub-selectors, there is an option to display the price of the least expensive menu item included within them.
To enable this feature, navigate to the Service Menu > Settings > Visualization and activate the parameter SHOW SELECTORS MINIMUM PRICE.