To display dishes with a price lower than a certain one in one selector:
- Create a selector with an appropriate name. For example: "Price up to 99 rubles."
- Add an extended property itemParams and set its value to {"includeByMaxPrice":"99", "includeWithParent":"1"}

- Add the created selector to the Initial Selection selector.
Done. The created selector will appear in the menu. It will display all dishes with a price no higher than the one specified in the settings.

