cille5 Posted January 10, 2015 Share Posted January 10, 2015 (edited) How can I add tax to all products easily? I got over 3000 products. I really don't want add tax manually one by one. you can quess why Prestashop 1.6.0.9 Edited January 11, 2015 by cille5 (see edit history) Link to comment Share on other sites More sharing options...
cille5 Posted January 11, 2015 Author Share Posted January 11, 2015 (edited) I found solution "How to change all products tax easily" 1.Go to your host provider. Select MySQL. Edit phpmyadmin. 2.Edit ps_product table (add comment "UPDATE ps_product SET id_tax_rules_group = 1 WHERE id_tax_rules_group = 0") 3.Edit ps_product_shop table (add comment "UPDATE ps_product_shop SET id_tax_rules_group = 1 WHERE id_tax_rules_group = 0") Number 1 on php code is ID number of your tax in your prestashop Backoffice. If you have more tax, Second tax ID number is 2... This solution works with Prestashop 1.6.0.9 In older versions 1.4xx-15xx I think you can skip part 3. I'm not sure. Edited January 11, 2015 by cille5 (see edit history) 2 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