patrickvbw Posted March 11, 2012 Share Posted March 11, 2012 I've updated my shop from 1.2.5 to the latest version. After update, all of my products have no taxes anymore, so all the prices are lowered. The tax rules are enabled and applied, but in the product pages, it states no tax. Is there a way to give every product 19%BTW (tax) without manually having to edit every single product? Perhaps through a database query? Thanks for any answers! Link to comment Share on other sites More sharing options...
bellini13 Posted March 11, 2012 Share Posted March 11, 2012 taxes are managed very differently in v1.4. i would start with looking at your customer groups, and confirming how taxes are applied. Link to comment Share on other sites More sharing options...
patrickvbw Posted March 11, 2012 Author Share Posted March 11, 2012 The tax lines and rates are all set correctly. But at the products, taxes are not applied anymore. It now has 0 tax enabled. So my main question: How do i change the taxes for every product in 1 blow. Link to comment Share on other sites More sharing options...
bellini13 Posted March 12, 2012 Share Posted March 12, 2012 the ps_product table has a column named "id_tax_rules_group". i suppose if you know the id for the tax rule, you could set this value for all your products in a single update statement Link to comment Share on other sites More sharing options...
patrickvbw Posted March 12, 2012 Author Share Posted March 12, 2012 Thanks, And what would the update sentence be? tax id is 2, currently all of them are on 0. Link to comment Share on other sites More sharing options...
patrickvbw Posted March 12, 2012 Author Share Posted March 12, 2012 nevermind, it worked! Thanks for the help. Link to comment Share on other sites More sharing options...
jennybeaumont Posted March 20, 2012 Share Posted March 20, 2012 heya - would you mind sharing that line of code please? thnx! Link to comment Share on other sites More sharing options...
jennybeaumont Posted March 20, 2012 Share Posted March 20, 2012 nevermind, figured it out too! 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