Jump to content

How to add tax to all products easily?


cille5

Recommended Posts

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 by cille5 (see edit history)
  • Like 2
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...