PayPal excluding VAT
Hi,
I am using the paypal VAT function. So PayPal will add the VAT to the amount transmitted to PayPal.
So, I need to send the amount to PayPal without the VAT included. On the other hand I like to show the price incl. VAT on my website.
So my question: Where to manipulate classipress that only the amount excluding VAT is transferred to PayPal?
Example:
Costs for the option "Featured Slider" 1 €
On my side it is shown as 1 €
In PalPal, it should be displayed like this;
Amount: 0,84 €
VAT : 0,16 €
----------------
Total 1 €
For this I have to transfer the amount like this:
amount / (100+VAT) * 100
1 / 119 * 100
Anyone can help?