"Prices is specified with VAT" activated gives funky orderline prices
Hey :)
I just updated to 2.3, and its lovely :O)
I wanna run with "Prices is specified with VAT" But after its activated and products are added to the basket an orderlines "totalprice" and the Vat field are having some quite funky values. All other values seems correct.
The fields that comes out in my "edit-order.cshtml" file is :
@orderLine.TotalPrice which should be 42 dkk. I cannot see why it spits out 8.40 since the Vat is set to 25%. @Model.TotalPrice.VatFormatted spits out 72.80, which is not vat but actualyl is the "rest" or close. ?
"Prices is specified with VAT" activated gives funky orderline prices
Hey :)
I just updated to 2.3, and its lovely :O)
I wanna run with "Prices is specified with VAT" But after its activated and products are added to the basket an orderlines "totalprice" and the Vat field are having some quite funky values. All other values seems correct.
The fields that comes out in my "edit-order.cshtml" file is :
@orderLine.TotalPrice which should be 42 dkk. I cannot see why it spits out 8.40 since the Vat is set to 25%. @Model.TotalPrice.VatFormatted spits out 72.80, which is not vat but actualyl is the "rest" or close. ?
Hi Rasmus
What is the unit price of the product in Umbraco? What should the total of the order line?
Need all info so I can set a simular test up at our place :)
Kind regards
Anders
The unit price in the image is correct and so is quantity :)
So the total should be :
4x 10.50 = 42 kr.
and the Vat should be : 10.50 i guess (25%, this is ofc setup).
Should if you wanna se it live and play aroud with it, im on skype the whole day.
Please email us. Will send you a new dll to test :)
is working on a reply...