Cart.Total_Weight doesnt work in Order Confirmation Mail

Hi,

I try to insert the order total.weight / cart total.weight into the order confirmation. But its always resulting in a “0”. All the product weights are filled so this cannot be the error.

My code looks like this:

{{ cart.total_weight | weight_with_unit }}

Can anyone help me?

Thanks a lot!