Hello,

I had enable the plugin to have a Tax.FixedRate provider and I only have that one.

I had created for different tax categories
Extent
General
Partially reduce
Mega Reduce

I was able to edit the general category and I set the value to 21%
but when I press the edit button again on any other of the categories I am able to change the value but when I hit the update is not updating.

I write 10 and the value changes to 10.0000 but it is not saved.

Another related question:
I can see the categories under SELECT * FROM dbo.TaxCategory

But... where is  it save the 21%? because the table:

SELECT * FROM dbo.TaxRate

does not contain any information and I do not see another Tax table?????

Thank you in advance