Changing the text colour for order tags on ticket display

Pardon me if there’s a thread for this, but I’ve exhausted my googlefu.

I have changed the order tag from displaying the cost, to including it in the product price. I would like it to be easier to for staff to identify add-ons that add cost in case of questions on behalf of the guest.

THe posted image shows a burger with bacon, egg, avocado. The price is properly calculated. I would like for order tags with an additional price to show as yellow (or some other contrasting color).

Is this possible? If so, where might I go to adjust the setting.

TIA

-Memo

text_display

Edit your order tags and go to Display Settings > Display Format

In this example I set it to orange and added Condiment: in bold to the front of the order tag.

image

1 Like

You wont be able to designate which tags in the group get the color it will apply it to entire group. So to get your desired affect you would need to make a group just for priced order tags.

Brilliant! Thank you.

Can that display format be printed on the ticket as well? Not the color but the Condiments part?

Yes you can use [SORTED ORDER TAGS] for that

What would you put for the order tag to print it tho?

[SORTED ORDER TAGS]
– Format for order tags

[='{ORDER TAG NAME}' == 'Extra fee' ? '' : '']
*{ORDER TAG NAME}

You put {SORTED ORDER TAGS}

You hardcode it for each tag type.

[SORTED ORDER TAGS:Toppings] for example

1 Like