Don't show "Change Total" printed ticket for Credit card transaction

Hi guys is there anyway to not show “Change Total” on printed ticket? I want it to show only on CASH transaction and not on credit card transaction for printed tickets.

My current printer template

[LAYOUT]
-- General layout
<T>POOLZ CAFE
<L00>Date:{TICKET DATE}
<L00>Time:{TIME}
{ENTITIES}
<L00>Ticket No:{TICKET NO}
<F>-
{ORDERS}
<F>=
<EB>
{DISCOUNTS}
<J10>Total:|{TICKET TOTAL}
<J10>Received amount:|{TENDERED TOTAL}
<J10>Changed amount:|{CHANGE TOTAL}
{PAYMENTS}
<DB>
<F>=
<C10>T H A N K Y O U
      
[DISCOUNTS]
<J00>{CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}
 
[PAYMENTS]
<J00>{PAYMENT NAME}|{PAYMENT AMOUNT}

[ORDERS GROUP|PRODUCT GROUP]
<C00>-{GROUP KEY}-

[ORDERS GROUP:İçecekler]
<C00>-{GROUP KEY}-
<C00>%50 discount for Coke on Fridays!

[ORDERS FOOTER]
<R>Total: {GROUP SUM}

[ORDERS]
-- Default format for orders
<J00>- {QUANTITY} {NAME}|{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>Customer: {ENTITY NAME} | {ENTITY DATA:Phone}

<J00>Tendered|${SETTING:Amount Tendered}
<J00>Change Due|${SETTING:Change Due}

I think I just had a dream that I answered this less than 24 hours ago lol. Another user asked this yesterday. I am on my phone so I can’t provide example for you but we answered him yesterday. Look for version 4 posts and it shouldn’t be hard to find.

:arrow_down: :arrow_backward: :arrow_down: :arrow_forward: :arrow_backward:

This is a Grand Theft Auto Vice City PlayStation 1 cheat code.

It is the same person. He asked not showing changed amount ON SCREEN yesterday. Today ON TICKET.

Try this

[<J10>Changed amount:|{CHANGE TOTAL}]

@Johnson_O Yes Sukasem is correct if you encase it in brackets like he showed it will only show if there is a value… So since Credit Card will have 0 it will not show it.