Wrong total / VATAmount in checkout

Hi, I don’t know if I am missing some setting or what.
But the calculation for TotalVatAmount in the OrderCarrier seem to be calculating wrong.

The original price is 7699 with 25% in VAT = 5774 without VAT
But the OrderCarrier seem to take the [Price without VAT] * 0.[VAT] for the TotalVATAmount
And for the TotalPriceWithVAT either just add:
[Price without VAT] * (1 + 0.[VAT])
or
[Price without VAT] + [TotalVATAmount]

Is there some setting I’m missing in the backoffice, or is it some combination of the Channel-settings + PriceLists + Taxes ?

Litium version: 7

It exists a bug that you can find here https://docs.litium.com/support/bugs/bug_details?id=44242 that probably is the same that you running into. Can you check if this is the same bug? otherwise create a new bug that the product team can look into.

Sorry for the late answer, I have been sick.
But yes, it seems to be the same bug. Is there going to be a fix released in the near feature, or will we have to implement our own PriceCalculator?

We are working to get the fix out for this but it will probably take until the end of next week before package can be ready. The date is not set and it can be changed depend on if something critical shows up that we need to include.

1 Like