action.skip

How to hide the tax row if TaxRate=0%?

← PDF and Email FAQ

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.

  1. Open the template to be edited.
  2. In the Layout & Design section, double-click the Custom CSS field and specify the following CSS code:

    .invoice-table .taxrate_0_00000 {
        display: none;
    }
    
  3. Click Save.

Related information:

Working With Templates