We've just registered for VAT so we need to add VAT to all products, site wide, apart from a sepcific category.
I have an SQL query that's switch it on across the board:How would I exclude category 350 from this query? Would really appreciate any help here.PHP Code:UPDATE products set products_tax_class_id = 1 where products_tax_class_id = 0;



Reply With Quote


Bookmarks