VAT not dislaying on checkout

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