VAT not dislaying on checkout

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 13 ans
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
Il y a 13 ans
Execute the following SQL command over your database:
UPDATE [ProductVariant]
SET [TaxCategoryId] = 1
GO
where 1 is your tax category ID
Il y a 13 ans
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.