Portion Name on kitchen ticket

I’m trying to get the portion name to print on my kitchen ticket(template). This would normally print on the ticket except for the fact that I am printing the item tag instead of product name. In this case the item tag is in Spanish and the customer receipt is in English. The cooks don’t speak English. Any one know how I would get that on my kitchen Printer template?

It doesn’t look like there is a Printer Tag for Portion at this time, perhaps @emre can add it for this type of scenario?

1 Like

I’ve added {PORTION} and {PRODUCT NAME} tags. {PORTION:X} also supported if a separator other than . needed.

2 Likes

OK!! Great!!! Thanks!!!

Today my template is

[ORDERS]
-- Default format for orders
<J00>- {QUANTITY} x {NAME}|R${TOTAL PRICE}
{ORDER TAGS}

now, I should change to:

[ORDERS]
-- Default format for orders
<J00>- {QUANTITY} x {PRODUCT NAME} {PORTION}|R${TOTAL PRICE}
{ORDER TAGS}

but I am not sure if this wll work with products that have NO portion or default porton. For expample if a product has a portion it will print that portion name, but if it has default portion like NORMAL will it print it too?

So I tought it would be something like

 <J00>- {QUANTITY} x {PRODUCT NAME} [{PORTION}] | R${TOTAL PRICE}

Is this correct??

THANKS!!!

G.

It will always skip portions named NORMAL.

1 Like