How to calculate total weight of an order

Hi,
if i set the weight for every single product, how could i calculate the total weight of an order?

You would need to write custom js for line items. It would be similar to how totals/Grand totals are calculated i.e. summing multiple values.