From version r_k Kiosk PRO - back 0.0.325.16 theme default 0.0.336.16.
Recommendation chains are set up for food categories. For example, all dishes from the "Potatoes" category are followed by dishes from the "Sauces" category, sauces are followed by drinks, etc.
Recommendation chains can be configured arbitrarily. The categories created in r_keeper for recommendations can be used in the mechanism in different sequences, and the length of the chain can also vary.
To set up the recommendation mechanism:
Check theIncludes "Recommended dishes" in pop-upssetting in theservice menuunderSettings >Theme settings. The setting should be disabled.
If this parameter is enabled, the recommendation chain mechanism will not work.
Create aclassificationfor recommendations in the r_keeper manager panel, add categories to it and assign them to dishes. Specify the required classification in the service menu in theSettings>Main settingssection in theClassification parameter to determine dishes in the recommendation mechanism by categories.
Add the required number of steps by clicking onto add a new step. In each step, select the categories you want to display. Categories are added by code. You can add multiple categories separated by commas without spaces in one step.
If you have multiplelanguage packsconfigured on your kiosk, you can set up a separate chain of steps for each language. To add a new language pack to the scene, click theAdd languagebutton.
After that, in the same place in theScript Editor:
Select thecategory ID of the last dish added to the orderand the scene created earlier that will be launched when a dish from this category is added to the order. You can select multiple categories for one script.
The created script can be combined with other types of scripts.