I need to export a csv with the following information :
Order ID
Order Number
Date Ordered
Customer Email
Order Total
Tax Total
I have set the following fields to achieve this :
virtuemart_order_id
order_number
created_on
order_total
order_tax
I have everything working just fine, except that "order_tax" does not include the tax paid for the shipping cost. It only gives the tax paid for the actual products. I have tried different fields, but nothing gives me the total tax amount correctly.
Any ideas? I'm based in Sweden, and our VAT rate is 25%. For now, I calculate it manually in excel, but it really would be helpful to have the exact amount already available.
Truly grateful for any ideas here

Thanks!