wjv999 Posted January 19, 2015 Share Posted January 19, 2015 Hi,We have a store which sells products in different countries in Europe.In some countries, we need to follow the local tax rules.As the differences are very small, what we would like is to have the sales price including VAT the same for the different countries and the actual VAT per country different.This to prevent 'strange' prices (and prices change) when logged in for a country with a different tax level.This can be done in Prestashop by :- Adding a different tax level in the general TAX rules for a specific country- Add a different price without tax per country in the product price.However, this is really a lot of work.Is there an easier way of doing this or is there an option to work with product price including tax and work backwards?Thanks in advance. Link to comment Share on other sites More sharing options...
tuk66 Posted January 24, 2015 Share Posted January 24, 2015 You have to do what you wrote - tax rules and specific prices. But you can do it directly in database, through SQL queries. I usually use a spreadsheet table to create a list of products as well as all queries. This way it is only one click action to create all required records. Link to comment Share on other sites More sharing options...
wjv999 Posted January 26, 2015 Author Share Posted January 26, 2015 OK, thanks for the suggestion! That sounds as a good solution. I'll run some tests on our test setup. 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