Portion Name on kitchen ticket

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.