I'm getting the following error when I try to open any product in my store:
1054 Unknown column 'tax_class_id' in 'field list'
in:
[select tax_class_id, tax_class_title from tax_class order by tax_class_title]
I can't access any products to make changes to them.
We have been running our store for over 1 year and have all the tax classes, zones, etc set up and this has never been an issue for us. This is the first time we are experiencing this, but are not sure what caused this.
I've added the fields (tax_class_id, tax_class_title) in the sql statement to the tax_class table. After doing this I was able to at least access the products, but the Tax Class doesn't work correctly. The net and gross amounts aren't updating correctly, when I select Taxable Product the Gross Amount doesn't update.
Any help on this would be GREATLY appreciated.





