How to add custmore address on bill

Your entity type is customers NOT customer so you need to put:

{ENTITY DATA:Customers:Address} in your template

thats printer templete i made some changes according to totarul

still same i have change it

But your entities are not set to the tags you have put in your template:

You have {ENTITY DATA:DeliveryAddress} in your template but you entity field name is NOT DeliveryAddress it is just Address so your printer tag should be {ENTITY DATA:Address}

Also the Entities section of your template you inputting your printer tags into is under [ENTITIES:Customer] but your entity is NOT called Customer, is called Customers so this could be why {ENTITY NAME} doesnt display anything because its trying to find the Name of the Customer entity which on your setup does not exist as youve called it Customers

You havent changed it in the template youve shown above it still says {ENTITY DATA:DeliveryAddress}

still same

why here it show like this ?

When i print bill i got this so this is the error i think

can you show a copy of you printed bill

what is that part of the ticket where it is displayed?

What is entity note anyway, isn’t it ticket note?

Copy and paste you whole template (don’t forget the code button on tool bar so formatting is not stripped.)

Can you explain your flow?
Struggling to understand you flow,
Entity data:customers:[commandvalue]}?? What’s providing the command value?

[LAYOUT]
-- General layout
<div style="font-weight:bold;font-size:12px;font-family:'Tahoma'">
<div style="margin-left:10px">
<T>Ticket
<L00>Date:{TICKET DATE}
<L00>Time:{TIME}
[<J00>Delivery Address:
<J00>{TICKET TAG:DeliveryAddress}]
{ENTITIES}
<L00>Ticket No:{TICKET NO}
<F>-
{ORDERS}
<F>=
<EB>
{DISCOUNTS}
[<J10>Total Gift:|{ORDER STATE TOTAL:Gift}]
{SERVICES}
<J10>Total:|{TICKET TOTAL}
{PAYMENTS}
<DB>
<F>=
<C10>T H A N K   Y O U

[DISCOUNTS]
<J00>{CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}

[SERVICES]
<J00>{CALCULATION NAME}|{CALCULATION TOTAL}

[PAYMENTS]
<J00>{PAYMENT NAME}|{PAYMENT AMOUNT}

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

[ORDERS:Gift]
-- Format for gifted orders
<J00>- {QUANTITY} {NAME}|**GIFT**
{ORDER TAGS}

[ORDERS:Void]
-- Nothing will print for void lines

[ORDER TAGS]
-- Format for order tags
<J00> * {ORDER TAG NAME} | {ORDER TAG PRICE}

[ENTITIES:Table]
-- Table entity format
<L00>Table: {ENTITY NAME}

[ENTITIES:Customer]
-- Customer entity format
<J00>{ENTITY DATA:Customers:Address}
this the Ticket Template


[LAYOUT]
-- General layout
<div style="font-weight:bold;font-size:12px;font-family:'Tahoma'">
<div style="margin-left:10px">
<T>Ticket
<L00>Date:{TICKET DATE}
<L00>Time:{TIME}
[<J00>Delivery Address:
<J00>{TICKET TAG:DeliveryAddress}]
{ENTITIES}
<L00>Ticket No:{TICKET NO}
<F>-
{ORDERS}
<F>=
<EB>
{DISCOUNTS}
[<J10>Total Gift:|{ORDER STATE TOTAL:Gift}]
{SERVICES}
<J10>Total:|{TICKET TOTAL}
{PAYMENTS}
<DB>
<F>=
<C10>T H A N K   Y O U

[DISCOUNTS]
<J00>{CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}

[SERVICES]
<J00>{CALCULATION NAME}|{CALCULATION TOTAL}

[PAYMENTS]
<J00>{PAYMENT NAME}|{PAYMENT AMOUNT}

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

[ORDERS:Gift]
-- Format for gifted orders
<J00>- {QUANTITY} {NAME}|**GIFT**
{ORDER TAGS}

[ORDERS:Void]
-- Nothing will print for void lines

[ORDER TAGS]
-- Format for order tags
<J00> * {ORDER TAG NAME} | {ORDER TAG PRICE}

[ENTITIES:Table]
-- Table entity format
<L00>Table: {ENTITY NAME}

[ENTITIES:Customer]
-- Customer entity format
<J00>{ENTITY DATA:Customers:Address}

Customer Receipt Template

and i think this command come from here

Where is the set delivery address command coming from to make that rule happen?

Why have you tried to put delivery address in twice?
You have a ticket tag for address in the layout section and trying again in the customer entity section.

Also if you using entity data within a specific section - I’ve the entity:customer section you shouldn’t need to specify the entity type in the expression as it is already looking at customers being in the customer section


Explain you flow as seem to have allot going on that I expect is redundant/not needed.

i have follow is totural Customer multiple addresses

ok i will delet all this and see what happen

So are you using multiple addresses or not?
You only have one address field on the entity?

That command is presumably triggered from the notes, would have to take a closer look.
Based on that you don’t want to use entity data print expression as the temp,ate is to be able to choose from multiple addresses for this ticked which is where the tag comes in. I’ve select the note to add as tag to set which is printed on the printout


ok here is the deal i have delete all action and rules that shown in that totural now after that there no address filled in print out