Versions Compared

Key

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

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:

  1. Check the Includes "Recommended dishes" in pop-ups setting in the service menu under Settings > Theme settings. The setting should be disabled.

    Warning

    If this parameter is enabled, the recommendation chain mechanism will not work.

  2. Create a classification for 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 the Settings > Main settings section in the Classification parameter to determine dishes in the recommendation mechanism by categories.
    Image Modified
  3. Restart the kiosk.
  4. Go to the Script Editor:
    1. Create a New Scene with the Recommendations type.
      Image Modified
    2. Add the required number of steps by clicking on Image Modified to 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.
      Image Modified
    3. If you have multiple language packs configured 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 the Add language button.
      Image Modified
  5. After that, in the same place in the Script Editor:
    1. Create a New Script with Recommendation Mode 
    2. Select the category ID of the last dish added to the order and 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.
      Image Modified

    3. The created script can be combined with other types of scripts.
      Image Modified