Magento - calculate shipping tax with two different taxes

My problem / call is as follows:

In Holland, we need to calculate the shipping tax (and discount) depending on the tax on the product. And we have two classes of taxes - 6% and 21%. So if there is a product ordered with 6%, the shipping tax should be 6%. For a product that has a 21% tax, shipping should be 21%.

This in itself is already a problem, because I have products with 6% and 21% in one store. And for shipping tax, only one taxation parameter is allowed. The accounting tax is calculated correctly based on which tax products are ordered, so the delivery problem is a problem.

The next problem is for mixed products. Therefore, if 6% and 21% of products are ordered together. Calculation of shipping tax should calculate part for 6% tax and part for 21% tax. Again, for the discount tax, Magento did it right.

I was looking for extensions that do this, but can't find it. I believe that there are more (at least Dutch) people having the same problem, and maybe someone has a solution for this?

+4
source share

Source: https://habr.com/ru/post/1628150/


All Articles