SystemOAD Posted September 29, 2010 Share Posted September 29, 2010 Hello,Im starting a new lingerie store and need to know how/where I turn the VAT on for all my products (I am importing about 1000 products by csv).I cant really site down and turn VAT on for each and every product individually as it would take so long to do this due to the number of products we have imported. I can delete all products and re-import if this should be done before I import them so either way is ok for me, I just need to make sure to add the 17.5% VAT to every product please.Kind Regards,Nath Link to comment Share on other sites More sharing options...
rocky Posted September 29, 2010 Share Posted September 29, 2010 If all your products have the same tax, you could run an SQL query like the following in phpMyAdmin to add tax to every product: UPDATE `ps_product` SET `id_tax` = 1 Change ps_ to your database prefix and 1 to the ID of the tax you want all products to have.Remember to back up your ps_product table first in case anything goes wrong. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now