VAT not dislaying on checkout

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
It would seem my client has added several hundred products to thier site and has NOT selected the Tax Category...is there an easy way I can update this?

Many thanks,

S
13 years ago
Execute the following SQL command over your database:
UPDATE [ProductVariant]
SET [TaxCategoryId] = 1
GO
where 1 is your tax category ID
13 years ago
Thanks Andrei I will run this today.

Regards,

S
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.