1

I want to change the Tax rate from 20% to 9% just for an product. So for example for the product "X" I need to have 9% VAT tax.

I am using WooCommerce PDF Invoices & Packing Slips plugin, and I would like to get this new rate on the Pdf invoice too.

How should I do this?

Thanks

LoicTheAztec
  • 229,944
  • 23
  • 356
  • 399

1 Answers1

4

In WooCommerce > Settings > Tax > Reduce rate rates, create an entry with a rate of 9%:

enter image description here

Save.

Then in Products > Edit your selected product, and select the reduce tax rate:

enter image description here

Save. You are done…


You can also add "Additional Tax Classes" in WooCommerce > Settings > Tax.
You will be able to add a tax class by line:

enter image description here

Save. Once done, You will have an additional tab by tax class, and you will do it the sam way as above.

LoicTheAztec
  • 229,944
  • 23
  • 356
  • 399