Hello guys. I have a problem with Order Tags, specifically the Max Quantity. When I set the Max Quantity of a Order Tag to 2, I am able to see “Order Tag Item” X2 on my screen. However, when I press “Print Bill” the paper receipt does NOT show the “X2”. How do I make it so that it shows the multiplier? I think it has something to do with the Printer Template.
You configured your printer template to display only {ORDER TAG NAME}. Review template help for other available printer tags for order tags.
Wow, I got it… That was easy. Thanks for the guidance!
Hmm this is a new V5 feature but seems like it never mentioned / asked before
I’m pasting a related post from beta group.
[ORDERS]
<J00>[=TN('{QUANTITY}') > 1 ? '{QUANTITY}' : ' '] {NAME}|{PRICE} {TOTAL AMOUNT}
{ORDER TAGS}
[ORDER TAGS]
<J00> [=TN('{ORDER TAG QUANTITY}') > 1 ? ' {ORDER TAG QUANTITY}x' : ' '] {ORDER TAG NAME}| {ORDER TAG PRICE}
Looks like this:
░░░░░░░░░░░░░░░ T i c k e t ░░░░░░░░░░░░░░
2 Pizza 3+ Toppings 380.00 760.00
Tomato Sauce
2x 5-blend Cheese
Seasonings
Bacon
Ham
2x Pepperoni
Sausage
Garlic
Coke 30.00 30.00
2 Sprite 30.00 60.00
4 Coke Light 30.00 120.00



