Hi,
I can see that maybe my explanation is a bit too complicated/badly formulated, so I will try to ask for another solution.
Is there any way I can change the value-output/price-calculation of the tags: {subtotal_tax} and {subtotal_net} ?
As it is, out of the box, {subtotal_tax} = the total tax-amount of all products but without including product discounts and without including shipping tax,
- and {subtotal_net} = the total of all product prices (without including product discounts) + shipping and payment fees minus {subtotal_tax}
What I want is this:
{subtotal_tax} = the total tax-amount of all products (including product discounts) + shipping tax.
and {subtotal_net} = the total of all product prices (including product discounts) + shipping and payment fees, and minus the correct {subtotal_tax}
I hope this is easier to understand, and hopefully someone can show me what I need to do to achieve this.