How to remove Items from my customer receipt

For the total/tax lines;

Are you using the samba tax feature?

You have

{TAXES}
<J00>Tax Total:|{TAX TOTAL}
{SERVICES}
<EB>
<J10>TOTAL:|($[=F(TN('{TICKET TOTAL}')/20)]) {TICKET TOTAL}
<DB>

The {TAXES} is not being used as that is trying to insert a [TAXES] layout which you don’t have.
As <J00>Tax Total:|{TAX TOTAL} shows as Tax Total: 0.00 you either dont have taxes setup or there is no tax on that product?!?

What is the ({TICKET TOTAL}')/20) ment to be showing? thats a 20th of the bill or 5%?

1 Like