Got a item with a price-tag 522,90 DKK without VAT. Solution setup with prices without VAT in DB as recommended (We strongly recommend that you provide prices excluding VAT on your products).
VAT on the above items is 130,725 DKK - which should be rounded to 130,73 DKK.
If I add three of the above items to the cart the total is calculated (with VAT) to 1960,88.
I guess that DW is calculating the orderline price by multipling the product price with quantity in the cart - and tjek adds vat
This is, in my appoinon, not correct. And when I choose to add a DIBS payment gateway to the cart, this is what will be posted to the gateway:
Total amount 1960,88
Product, Quantity (3), Price With Out VAT (522,90), VAT (130,73).
DIBS calculates the above orderline to the correct amount: 1960,89 (653,63 * 3)
Unfortunally this dosent match the total amount send together with the order (1960,88) and therefor it fails.
My question:
Can I make a priceprovidor to overwrite the VAT calculation to make sure it calculated correct? Example? I could’nt find a way to do this :/
The above is tested on 8.9.2.9, 8.9.2.6, 8.9.2.0, 8.9.1.7
/Morten