VAT not dislaying on checkout

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