MenuBoard
April 10, 2025
App version: 1.0.56
New features
-
Size-based pricing feature:
If an item has multiple prices, the menuboard widget can now display them.Price Settings:
- Multi price (boolean, default: false)
- If Multi price is enabled, 3 new properties appear:
- Source (select field — choose between 'Single' to show
item.price
, or 'Size Prices' to show all entries initem.sizePrices
) - Layout (select field — choose between horizontal or vertical display)
- Price Options (number — defines how many price entries to show per item)
- Source (select field — choose between 'Single' to show
Example:
Single price (as before):{
"name": "Curly Fries",
"guid": "45353fcc-3a79-46ce-8d5d-324a0be998he",
"description": "Homemade curly fries",
"image": "URL_FOR_YOUR_IMAGE_HERE",
"sizePrices": [
{
"name": "Small",
"price": 1
},
{
"name": "Medium",
"price": 2
},
{
"name": "Large",
"price": 3
}
],
"menuName": "SEASONAL_MENU",
"menuGroupName": "Entrees",
"status": "IN_STOCK",
"quantity": 1
}
January 22, 2025
App version: 1.0.45
New features
- Popup window settings - Increase quantity Icon picker
- Popup window settings - Decrease quantity Icon picker
Improvements
- Modifiers can have prices in popup if they are given in a format like this:
"modifiers": "[{\"option\":\"Sugar\",\"price\":\"0.00\"}, {\"Extras\":\"Spoon\",\"price\":\"5.00\"}]"
NOTE: only with radio buttons, checkboxes are not supported yet. - Modifier prices are automatically added to the item total price (for Checkout widget).
January 8, 2025
App version: 1.0.40
New features
- Added a
Preload images
option under generic settings. Enabling this option will make images pre-render in the background and load faster when switching between menus in the Ordering selector widget type at the cost of slower widget initialization. This option is turned OFF by default.
Improvements
- Improved image rendering times.
December 17, 2024
App version: 1.0.35
New features
- Added a
Skip duplicated items
option under the exclude settings that removes duplicate menu items with the same GUID.
Improvements
- Made overflowing description fields scrollable.
- Changed popup window button styles.
Bug fixes
- Fixed a bug that would cause the widget to not display in case an item image property was null in the datasource.
December 11, 2024
App version: 1.0.32
New features
- Added a
Row distance
option to description settings, allowing users to adjust the row spacing between description lines. - Added the ability to set a fixed cell height for the name cell in pixels.
- Added
Show modifier price
option under Description settings. - Added string and JSON object format
modifier
processing.
Improvements
- Renamed
Modifier Join Character
toModifier separator
in Description settings.- Added a new
list
option forModifier separator
.
- Added a new
- Improved error, datasource, image handling.
Bug fixes
- Fixed a bug where Include/Exclude settings could cause the widget to behave as if no datasource was selected.