Order Tag Max Quantity

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.

1 Like

Wow, I got it… That was easy. Thanks for the guidance!

Okay so I have another question. Now do I make it so that Order Tags with a Quantity of β€œ1” does NOT display the β€œX 1”?
For example, I only want it to say:
Lettuce x 2
Swiss x 2
Tomato
Mozzarella

Hmm this is a new V5 feature but seems like it never mentioned / asked before :slight_smile: 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
1 Like

Thank you. This is what I did: