Hi Kevin and thanks for the answer.
The setting I use is 'Apply EU VAT Regulations' and I do not use the Member discount, so I cannot confirm the second problem.
Here are the step to help you 'see' the problem:
At the last checkout page :
The VAT (19.6%) value is 39.20€
Then I click on the 'SUBMIT ORDER' button, I am redirected to PayPal with the following URL - picked from the dnn event viewer (I have replaced sensitive information by '...') :
https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_cart&upload=1&business=...%40...&email=...%40...¤cy_code=EUR&item_name_1=World&amount_1=200.00&quantity_1=1&tax_1=0.00&shipping_1=0.00&custom=24&image_url=...&return=...&cancel_return=...&first_name=test&last_name=test&address1=test&city=test&state=test&zip=test&country=FR
In the URL, we can see that tax_1 value is 0.00
And then the PayPal page displays :
If I change the tax_1 value (from 0.00 to 1.23 for example) in the URL, the PayPal page shows:
So I conclude that, when using EU VAT Regulations with PayPal Standard payments, the tax_1 value is not correctly set. Can you please fix this ?
Thanks.