How to hide the tax row if TaxRate=0%
?
By default, JustOn prints the tax row as part of the invoice calculation below invoice line item table. If the tax rate is 0%
, however, you may want to hide the tax row. To do so, you add a corresponding CSS rule to the template.
- Open the template to be edited.
-
In the Layout & Design section, click next to the
Custom CSS
field and specify the following CSS code:.invoice-table .taxrate_0_00000 { display: none; }
-
Click Save.
Related information: