Order Tag Price line on ticket shows UNIT price

Hi,

Not really an issue but the default printing template is a bit confusing for the customer.

On the screen, the ticket is OK.

3 Bread		6.00
* with butter	3.00

Total:		9.00

When printed, confusing

the ticket shows 3 times the order but 1 time the order tag, however the total price is ok, although confusing for customer.

3 Bread		6.00
* with butter	1.00    **(here)**

Total:		9.00

So I try this template:

[ORDER TAGS]
-- Format for order tags
<J00> * {ORDER TAG NAME} | [=TN('{ORDER TAG PRICE}')*TN('{ORDER TAG QUANTITY}')]

But same effect, {ORDER TAG QUANTITY} Order Tag Quantity does not seems to work.

Finally I use QUANTITY

the order quantity, and I could print out correctly:

[ORDER TAGS]
-- Format for order tags
<J00> * {ORDER TAG NAME} | [=TN('{ORDER TAG PRICE}')*TN('{QUANTITY}')]

Note: Add Tag Price To Order disabled

Marc

1 Like