-
Notifications
You must be signed in to change notification settings - Fork 138
Negative tax item - VAT included in the price #107
Comments
@pavelnikolov was this the solution to #106 for you? |
@JDutil yes, partially. I think now there is a pull request that has the issue fixed. Also you can take a look at quick and dirty solution I have in my fork that "works for me" for that specific case. So I cannot guarantee that it will work for you too. I haven't had the time to review the issue thoroughly and fix it for all cases. |
I believe this is actually a separate issue than #106 which should be all set now. Is it normal that there could be a negative tax amount w/VAT? That seems like it is more an issue with the tax calculation being negative to me than anything else, but I'm not that familiar with VAT. If having a negative value is common and not a miscalculation of tax than I think we would need to subtract it from the order total being sent rather than to cancel out the negative tax amount. Since you would be overcharging each customer that is due the negative tax amount if you just set the tax to 0 wouldn't you be? |
As far as I remember when the VAT is refunded there is a negative adjustment added to the order with the same amount as the tax. So setting the tax to 0 fixed the problem for me. PayPal just does not work with negative tax. But you can have as many negative items as you want. Correct me if I'm wrong. |
Sorry I'm not familiar enough with how the VAT works. I wouldn't think you would have a negative amount when checking out. I could understand if there was a refund after checkout added to the order. |
Here is simple step to reproduce:
Hopefully this is clear. I don't have enough time for this now since I'm very busy with 3 client projects. As soon as I have some time I can setup an app on Heroku for example where you can take a look. In the mean time you can use the steps above to reproduce it. It does not require to be familiar with how VAT works (except for the fact that it is only charged when the buyer is from EU). Pavel On 04.01.2013, at 11:45, Jeff Dutil wrote:
|
Hi all, @pavel - I understand your 4 steps. I also have VAT (in the UK), and we have VAT at different rates on However, if I was to sell to multiple tax zones why not skip step 3 (==NOT I know my reason for not doing that... I wanted to display prices Including Would that approach not solve the Paypal tax problem you're having? Or does Steve On 4 January 2013 10:05, pavelnikolov [email protected] wrote:
|
Maybe it will solve it I don't know - it was a customer requirement - the client insisted that the VAT be included in the price. And also I have another client in Sweden who also told me that this was required for his shop as well. So I was just trying to fulfill clients' requirements. Pavel On 04.01.2013, at 12:37, Steve Root wrote:
|
That is my requirement as well, so I think (going back a year in my memory) On 4 January 2013 10:48, pavelnikolov [email protected] wrote:
|
If you have VAT included in the price in the extension the tax needs to be set to 0
fixed the issue for me and PayPal stopped complaining that the tax was invalid.
The text was updated successfully, but these errors were encountered: