Hello, we have a bundle consisting of products with two different tax rates, 19% and 7%. As far as I understand, to get the billing correct, we have to use the percentage discount to be able to calculate the tax separately, which works. BUT, I have a bundle that shall cost 130€ instead of 135€. if I play around the with the percentage to approximate 130€, I only can get 129,99 or 130,02 but never exactly 130. I use every possible digit to come close but it jumps. I have to mention: in the backend it is correct (130€) but in the frontend and the bill, the price is either 129,99 or 130,02.
Hello,
we have a bundle consisting of products with two different tax rates, 19% and 7%. As far as I understand, to get the billing correct, we have to use the percentage discount to be able to calculate the tax separately, which works.
BUT, I have a bundle that shall cost 130€ instead of 135€. if I play around the with the percentage to approximate 130€, I only can get 129,99 or 130,02 but never exactly 130. I use every possible digit to come close but it jumps.
I have to mention: in the backend it is correct (130€) but in the frontend and the bill, the price is either 129,99 or 130,02.
Thank you, N.