seowebmaster Posted October 21, 2015 Share Posted October 21, 2015 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). 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 More sharing options...
GAUCHO Posted October 21, 2015 Share Posted October 21, 2015 Hi I am in 1.6.1 and i have the same problem. Client see (and pay) HT price. That's an unforgivable bug I'm desesparate. Thks Link to comment Share on other sites More sharing options...
seowebmaster Posted October 22, 2015 Author Share Posted October 22, 2015 Does anybody have any idea? If you cannot recreate the issue, could you please at least tell me which are the core files of the admin product page, specifically price tab... Link to comment Share on other sites More sharing options...
seowebmaster Posted October 22, 2015 Author Share Posted October 22, 2015 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 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