Jump to content

PS 1.6.1.1 Tax not applied to prices even if it is selected


Recommended Posts

Hi, 

 

I've just updated PS from 1.6.0.14 to 1.6.1.1 and I realized that prices are shown with no tax (even if it written incl. tax).

Moreover, on BO, on Price tab ) price input (with or with no tax) is not updated, when a different tax is selected.

It shows the same price (except rounding issue, of course).

post-752798-0-85738900-1445433387_thumb.png

 

I've tried to delete e recreate new tax rules, but nothing happens.

 

Do I have to reload older files to have the right prices? If yes, which are those files?

 

Thank you

Link to comment
Share on other sites

I solved!

 

Before I uploaded the entire /admin folder, but the error wasn't solved.

 

Then I created a new Tax rule, which one tax for all countries. Unlike the other times, it worked!

To apply it to all products, it is faster to edit database through phpMyAdmin.

 

You have to change column id_tax_rules_group of two tables (ps_product and ps_product_shop) like this.

UPDATE `ps_product` SET `id_tax_rules_group`=10
UPDATE `ps_product_shop` SET `id_tax_rules_group`=10

where 10 is the right id of the tax rule (id_tax_rules_group) in ps_tax_rule table.

 

You have to check that for your case.

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...