I want to change the format of what is displayed in the order line on the ticket, but not affect the actual order line name.
For example, I want the order line:
To use a combination of Product Name and some Item Tags:
{ITEM TAG:Product Code} {NAME} {ITEM TAG:Chinese Name}
I don’t want to have to store products with the product code and both English and Chinese names as the Product Name just so I can show it on the order line, as I want the flexibility on how the 3 values get displayed in different places.
E.g. if I were to store all products with Product Name like this, I have no flexibility on display in Printer Templates and would also end up in reports like this which I don’t want:
#005a Chicken Rice Soup 鸡肉汤米粉
My client has said that some staff operating the system will only be able to read English and some only read Chinese, so it’s important to be able to show both languages not only on the menu item buttons but also on the order line.
I’ve tried Update Order
to change the name, but this affects the actual order name everywhere and not just the display on the ticket.
Update Order Group
just lets me change the format and the format parameter won’t accept any tags other than {0}
.
Also tried adding an Order State
for which I could add for potential states (New, Submitted, etc.) - I tested with New
, but I can only change the formatting but cannot add any parameters other than {0}
, they just appear as blank if I try {NAME}
or anything similar.
So is there any way this can be done or it isn’t possible at the moment so would have to be a feature request for future?