Extended properties used for kiosk:
«nameХХХХ» – with its help, the name in the language with the code XXXX is displayed on the kiosk screen. (For example, the name of the dish in English (“name0419”): “Fish Sandwich”).
The language code can be defined in “Settings” in the Language Settings section, the Language List parameter, in which the languages used are selected.
|
«descriptionХХХХ» – with its help, a description in the language with the code ХХХХ is displayed on the kiosk screen (For example, a description of the dish “Fish Sandwich” in English (“description 0419”): “White bread sandwich with salmon, butter and lettuce ").
The language code can be defined in “Settings” in the Language Settings section, the Language List parameter, in which the languages used are selected.
If there are letters in the language code, they should be lowercase, for example, «name041b», not «name041B». |
«imagePath» – you can specify an image file for order types. The images themselves must be located in the webdata/assets/img/ folder. Available formats: jpg, jpeg, png, bmp.
For correct display on the kiosk, the size of the pictures must be 512x512 pixels. |
«claim» – with its help, an additional message (label) about the discount, spiciness of the dish, etc. is displayed on the dish or combo dish. The images should be located in the webdata\assets\claims directory. Specify the name of the file and its location relative to the main image (orientation X(right,left), orientation Y(top,bottom)), for example: {"src":"spicy.png", "position": "right top" }. Available file types: jpg, jpeg, png, bmp.
|
«itemParams» – with its help you can:
1. change the image scale for dishes/selectors/modifiers (entry in the parameter - {"imgScale":0.7}, where 0.7 is the scale.)
The parameter works only in the menu; in the “Details” section the scale does not change. Approximate recommendations: 1-big, 0.8-0.9 - medium, 0.6-0.7 minimum. You can use a scale greater than 1, but then you need to monitor the quality of the image on the screen. |
2. collect all kiosk dishes with a price below a certain one into one selector (entry in the selector parameter - {"includeByMaxPrice":500}, where 500 is the maximum price of the dish);
3. show disabled dishes inactive with a zero price (entry in the selector parameter - {"notHidden":"1"}), not show disabled dishes (entry in the selector parameter - {"notHidden":"0"});
4. show subselectors and dishes in the selector at the same time, as well as show subselectors of the 3rd level and higher (entry in the selector parameter - {"isMixedView": "1"});
When Kiosk1 (r_keeper_7_SelfServiceTerminal) and KioskPRO operate simultaneously, KioskPRO supports the ItemParams_kiosk_pro parameter with similar functions. |
To create an extended property in the Settings > Customization > Extended Properties menu, you must create a new property with the specified system name.
In the properties you need to set the Name, System name, select the Property Type, and assign the status to Active. The system name of the extended properties nameХХХХ and descriptionХХХХ consists of its name and the language identifier.
For the Type List property, add the required types.
For the extended properties nameХХХХ and descriptionХХХХ, you can select 13 element types.