Hello,
I am attempting to make the order tags print out under each item, for example we have items that use a certain type of milk (coffee) so I have these as order tags. I’ve tried to make it work but it fails, it just prints {ORDER TAGS} on my recpt. Any help would be appreciated.
<XCT>27,112,0,25,250
[LAYOUT]
-- General layout
<J00>Date: {TICKET DATE} | Time: {TIME}
Table: {ENTITY NAME: Table}
-- <DB>
-- <J00>
-- <F>-
{ENTITIES}
<L>
<EB>
{ORDERS}
{ORDER TAGS}
<L00>
<EB>
[DISCOUNTS]
<J00>{CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}
[PAYMENTS]
<J00>{PAYMENT NAME}|{PAYMENT AMOUNT}
[ORDERS:Gift]
-- Format for gifted orders
<J00>- {QUANTITY} {NAME}|**GIFT**
{ORDER TAGS}
[ORDERS:Void]
-- Nothing will print for void lines
[ORDERS]
-- Default format for orders
<J00>- {QUANTITY} {NAME}|{PRICE}
[ORDER TAGS]
-- Format for order tags
<J00> * {ORDER TAG NAME} | {ORDER TAG PRICE}
[ENTITIES:Customer]
-- Customer entity format
<J00>Customer: {ENTITY NAME}