Print multi tax

Hi,
How to print the value of the tax even if it is zero

I have two taxes 18% and 15%.

If a product has 15% tax on the ticket, print 15% and 18 at zero

example:
1 Piña Colada 100.00
15% 15.00
18% 00.00

Rather than use the merge layout style you could hard code specific tax lines into the main layout section for each tax, that way it would show the line event if no applicable orders.

Thank you
add
{TAX AMOUNT: ISV 18%}
{TAX AMOUNT: ISV 15%}
it works

If your getting blank or - you could use [=FF(’{TAX AMOUNT: ISV 15%}’,‘0.00’)] to force number format with decimal places.

It works well, not encounter {taxable amount}, for the main design section

Grabado 15%|[=F((TN(‘100’)/TN(‘15’)*TN(’{TAX AMOUNT:ISV 15%}’)))]
Grabado 18%|[=F((TN(‘100’)/TN(‘18’)*TN(’{TAX AMOUNT:ISV 18%}’)))]

Can you not do {TAXABLE AMOUNT:ISV 15%}?

I poll it, it did not work

What version of Sambapos are you on?

version 5…

I know that. I meant which version? The latest?

NM So {TAXABLE AMOUNT} works but there is no {TAXABLE AMOUNT:X}