stinkywinky2008 Posted March 5, 2009 Share Posted March 5, 2009 Hi there,i am using the latest version of Prestashop and i'm having a big problem.In our country we have a VAT of 19% (Netherlands)My PDF invoice looks like:Total products TI : 820,28 € ---> This already includes VAT (tax)Total shipping : 29,75 € ---> This already includes VAT (tax)Total with Tax : 850,03 € ---> This already includes VAT (tax)I need my invoice to look like this:Total products TI : 689.31 € ---> Without VAT (tax)Total shipping: 25 € ---> Without VAT (tax)-----------------------------------------------------Total without Tax: 714.31 €Tax: 135.72 €-----------------------------------------------------Total with Tax : 850,03 €Is this possible? I am trying to edit the class file PDF.php, but haven't got a clue how to tackle this problem. Link to comment Share on other sites More sharing options...
Matthieu590 Posted March 7, 2009 Share Posted March 7, 2009 I'm also very interested about this topic. This should be a basic option. Indeed, it's a basic thing for people who sell product for professionnal. Anyone has a solution ?Thanks. Link to comment Share on other sites More sharing options...
TropischBruin Posted March 8, 2009 Share Posted March 8, 2009 Your nit the only one but up until now no solution for this.Maybe in the "next" release........ Link to comment Share on other sites More sharing options...
kdk Posted March 20, 2009 Share Posted March 20, 2009 Your nit the only one but up until now no solution for this.Maybe in the "next" release........ There are no solutions for any tax problem in prestashop. It seems like the developers dont have any interest about legal shopping in the EU. Link to comment Share on other sites More sharing options...
shykoo Posted March 26, 2009 Share Posted March 26, 2009 same problem here, in DK, and the PDF invoice looks messy because of this tax thingy. please update this post if u find any solution. Link to comment Share on other sites More sharing options...
bartp Posted April 9, 2009 Share Posted April 9, 2009 -deleted- Link to comment Share on other sites More sharing options...
tomerg3 Posted April 12, 2009 Share Posted April 12, 2009 The solution is to modify the code yourself....I just did a project for someone and had to redo the tax part (to display as a separate field in the shopping cart.It took a few good hours, but it's not something a a good developer cannot do.Since this product is free, you can't complain... (well you can, but it says a lot).If you do not have a development person, should invest a bit and get one...You can see what I did at http://tmk.direct2go.com/product.php?id_product=15I've also added a text area with "special instructions" that can be attached to each product (prestashop offered only 1 of those per order by default).If you need a developer, or want to get the code I used for this project (which I'm more than happy to share since it's open source), email me at [email protected] (o's instead of 0's). Link to comment Share on other sites More sharing options...
davidtnb Posted June 8, 2009 Share Posted June 8, 2009 The solution is to modify the code yourself....I just did a project for someone and had to redo the tax part (to display as a separate field in the shopping cart.It took a few good hours, but it's not something a a good developer cannot do.Since this product is free, you can't complain... (well you can, but it says a lot).If you do not have a development person, should invest a bit and get one...You can see what I did at http://tmk.direct2go.com/product.php?id_product=15I've also added a text area with "special instructions" that can be attached to each product (prestashop offered only 1 of those per order by default).If you need a developer, or want to get the code I used for this project (which I'm more than happy to share since it's open source), email me at [email protected] (o's instead of 0's). I am interested, but does it only add tax for the state that you setup? I just clicked add to cart and it automatically added the tax even though I am not in your country. Link to comment Share on other sites More sharing options...
tomerg3 Posted June 9, 2009 Share Posted June 9, 2009 The changes only affect the way the tax is displayed.You still need to set the areas for which the tax will be added, as well as assign tax to each product you add.In this shop, tax is always added since it's for a restaurant delivery service, which is always going to be in new york, with tax. Link to comment Share on other sites More sharing options...
diamond204 Posted July 13, 2009 Share Posted July 13, 2009 Hi Tomerg3 - Where in the code is the tax calculated? I am using 1.2 but if you only have an example from 1.1 that should work too! Thanks. Link to comment Share on other sites More sharing options...
tomerg3 Posted July 13, 2009 Share Posted July 13, 2009 The tax get calculated in a couple of places, I can send you the file I've changed, and if you compare them to your existing files you should see all the affected places. Link to comment Share on other sites More sharing options...
diamond204 Posted July 13, 2009 Share Posted July 13, 2009 ok - sounds good :wow: Link to comment Share on other sites More sharing options...
datvtran Posted August 13, 2009 Share Posted August 13, 2009 Hi Tomerg3 would you be able to send me the files on how you resolve the tax issue.thanks,Dat Link to comment Share on other sites More sharing options...
tomerg3 Posted August 13, 2009 Share Posted August 13, 2009 Hi Tomerg3 would you be able to send me the files on how you resolve the tax issue.thanks,Dat Sure thing, send me an email at my yahoo account. Link to comment Share on other sites More sharing options...
Artizzz Posted June 13, 2011 Share Posted June 13, 2011 Hi Tomerg3 would you be able to send me the files on how you resolve the tax issue.thanks,Dat Sure thing, send me an email at my yahoo account. What code do you use to display Tax (total tax for both product and carrier summ)? Link to comment Share on other sites More sharing options...
Recommended Posts