Skip to content

Update tax rates

Compare
Choose a tag to compare
@dingo-d dingo-d released this 25 Feb 16:48
6805c4b

Updates and fixes

  • Add additional debug methods
  • Code sniffer fixes
  • Add tax check - tax rate can be separate for shipping and for items, and are handled by WooCommerce

Additional notes

The 1.3 update removed the predefined tax rates from the plugin, and is instead using WooCommerce taxes.
This means that you can have different tax for the item, and different for the shipping. Word of caution though, the Croatian law has predefined taxes of 0, 5, 13 or 25%. So in case you put the tax for the item and shipping anything other than that, the tax rate will be sent as 0 - so that your SOLO invoice or offer will pass, but with 0 tax rate.

Also be sure to separate those two taxes. For instance you can set the item tax rate as a standard tax rate, and then the shipping tax can be set as a reduced tax rate, and then just set the Shipping tax class to reduced tax rate in the WooCommerce options. If you put everything as a standard one, the tax rates will get mixed and the end price won't be correct (not sure how else to handle this since WooCommerce has a weird tax system).