Printer not print DISCOUNT information anymore after adjust Calculation Types

I have this line in my Ticket Template:
<J00>VIP: | | %{CALCULATION AMOUNT} | [=F(TN('{CALCULATION TOTAL}'),'#,##0')]

Which will output something like this when I discount %5 and press Print Bill

However after I implement a different Discount Method by check Include Tax & User Plain Sum

When I try to discount the VIP line not shown anymore (But the discount still work fine)

Please help me, I don’t know if I did something wrong there.

When you enable Include Tax setting you should create a section for services like…

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

… you should also add {SERVICES} tag into layout template.

2 Likes

Actually, it has the default section [DISCOUNT]. Won’t that section do it?

Thanks emre, after put [SERVICES] above, the line appear again in the Ticket Print.