Code: Select all
Order totals:
Sub-total 1
Shipping 2
Tax 3
Total 4
If setting the flat shipping cost to 39.2 and have a tax of 25% the result in customer area is 49 (wich is correct)
BUT
In order totals the shippingcost is 39.2 (wich wrong)
And the total is correct
Code: Select all
IF order totals:
Sub-total 1
Tax 2
Shipping 3
Total 4
If setting the flat shipping cost to 39.2 and have a tax of 25% the result in customer area is 49 (wich is correct)
BUT
In order totals the shippingcost is 39.2 (wich is wrong)
And the total is WRONG
Code: Select all
IF order totals:
Sub-total 1
Tax 2
Shipping 3
Total 4
If setting the flat shipping cost to 49 and have a tax of 25% the result in customer area is 61.25 (wich is wrong)
BUT
In order totals the shippingcost is 49 (wich is correct)
And the total is correct
If i dont have the tax of 25% added to the shippingcost all seems correct until i look at the receipt

I need to have specified TAX on shippingcost to.. But how do i do this in v 2.0.1.1