Partial Payment error – not including taxes
-
Incorrect amount being charged to credit card. Product subtotal + shipping are being charged against wallet, however if taxes pushes the order total over the wallet balance, the taxes are not deducted from the wallet.
For example,
Wallet balance: 100
Product total: 90
Shipping: 5
Taxes: 7
Total Order is 102
Ideally, 100 should be deducted from the wallet, leaving 2 to be charged to other payment method. What is happening on our site, is 95 (total of product + shipping) is deducted from wallet and 7 is being charged to other payment method. Is this an issue with getting the wrong subtotal variable and applying against the wallet or a case where applying against the wallet action takes place before taxes are calculated?
Also, on a side note… after digging through some of the plugin code, have found a few misspellings “parial”(incorrect) instead of “partial”(correct) and “compleate” vs “complete”. This doesn’t appear to impact anything since the misspelling is consistent throughout the function. Just an FYI ??
[ Bump deleted, don’t bump. ]
- The topic ‘Partial Payment error – not including taxes’ is closed to new replies.