A few issues - Bar Codes and Tax
Posted: Tue Jan 22, 2013 2:43 pm
Hi
I run a check on the database today to check on everything and I noticed that the products: bar codes was empty. I noticed whenever I took a look again at a product in admin that bar codes box was always empty even though I had entered the data. By the looks of it the form is failing to send the data to the database with regard to the bar codes.
Another problem I notice is with the Tax Class which always appears ON even though I have set it to off on the products. On checking the database indeed the tax class was on again in nearly all products. I ran a database query to make sure they were all set to 0:
Regards
I run a check on the database today to check on everything and I noticed that the products: bar codes was empty. I noticed whenever I took a look again at a product in admin that bar codes box was always empty even though I had entered the data. By the looks of it the form is failing to send the data to the database with regard to the bar codes.
Another problem I notice is with the Tax Class which always appears ON even though I have set it to off on the products. On checking the database indeed the tax class was on again in nearly all products. I ran a database query to make sure they were all set to 0:
Code: Select all
update `product` set tax_class_id = '0' where tax_class_id like '%%'