Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Check the setting for the parameter ENABLE SHOWING "RECOMMENDED DISHES" IN POP-UP WINS in the Service Menu under Settings > Visualization. This parameter should be disabled.
    If this parameter is enabled, the recommendation chain mechanism will not work.

  2. To work with dish categories. Create a classification for recommendations in the r_keeper manager panel, add categories to it and assign them to menu items. Specify the required classification in the service menu in the Settings > General section in the CLASSIFICATION FOR DETERMINING DISHES IN THE RECOMMENDATION MECHANISM BY CATEGORY.

  3. Restart the kiosk.
  4. Go to the Script Editor:
    1. Create a New Scene with the Recommendations type.
    2. Add as many steps as you need by clicking on  to add a new step. In each step:
      • provide a title for the dishes (menu items) you offer
      • select the required menu items or categories to display. Objects are added by code. You can add multiple objects separated by commas without spaces in one step.
        Both individual menu items and categories can be used in one step.
      • Sort alphabetically — when enabled, dishes or categories in the recommendation are displayed in alphabetical order. When disabled, menu items are displayed in the order in which they were added to the scene.

    3. If you have multiple localizations configured on your kiosk, you can set up a separate chain of steps for each language. To add a new localization to the scene, click the Add language button.
  5. After that, in the same Script Editor:

...