Let's say I have an order with a single item that costs $100. That item has two tax rates associated: T1, which is 1%, and T2, which is 4%.
Is there any way that in this order's receipt I can see not only the total tax, but also how much of each tax I'm paying for. Something like:
Tax $5
--T1 $1
--T2 $4
Is that possible at all?