Hi there,
I want to show a subtotal of all line items in my order email.
Unfortunately the WooCommerce event data doesn’t include that.
My idea is to loop through every item in the order and add the prices to a subtotal.
Is that possible?
I saw, that there are “For blocks”. Can I use them for my idea?