You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
my customer noticed that his customers paid a few cents more or less compared to the order's total.
After a quick check I noticed that the issue was with the informations sent to PayPal.
Open Cart (version 1.5.6.4) calculates the taxes by getting the taxes for a single product and multiplying it for the quantity.
The extension sends to PayPal the net price of the product, the quantity and then the total taxes as if it was another product. The problem is that the total is different in some cases.
This may happen with any other plugin that sends taxes separately.
Here it is an example: Product A
Net price: 1.1273
Unit price: 1.24003
Taxes%: 10%
Quantity: 100
Sub-total: 112.73
Taxes: 11.273
Total: 124.003
PayPal receives: Product A
Net price: € 1.13
Quantity: 100
Total: € 113.00
Taxes
Total: € 11.27
Total
€ 124.27
The text was updated successfully, but these errors were encountered:
I don't see how it's PayPal's fault when the whole world uses it without issues…
It's not a digits position issue, it's what is being sent that's wrong… it could just be sent differently.
Fine, I guess I'll fix it manually every time.
Hello,
my customer noticed that his customers paid a few cents more or less compared to the order's total.
After a quick check I noticed that the issue was with the informations sent to PayPal.
Open Cart (version 1.5.6.4) calculates the taxes by getting the taxes for a single product and multiplying it for the quantity.
The extension sends to PayPal the net price of the product, the quantity and then the total taxes as if it was another product. The problem is that the total is different in some cases.
This may happen with any other plugin that sends taxes separately.
Here it is an example:
Product A
Net price: 1.1273
Unit price: 1.24003
Taxes%: 10%
Quantity: 100
Sub-total: 112.73
Taxes: 11.273
Total: 124.003
PayPal receives:
Product A
Net price: € 1.13
Quantity: 100
Total: € 113.00
Taxes
Total: € 11.27
Total
€ 124.27
The text was updated successfully, but these errors were encountered: