This PR adds the SHOP_TAX_INCLUDED setting for countries where tax is already included in the product price.
It defaults to false, so it behave the same as before.
The PR changes also the order of tax and shipping totals in the order table to make it more obvious to which total the tax belong.
I will add some documentation.
This PR adds the SHOP_TAX_INCLUDED setting for countries where tax is already included in the product price. It defaults to
false
, so it behave the same as before. The PR changes also the order of tax and shipping totals in the order table to make it more obvious to which total the tax belong. I will add some documentation.