Hello
I’ve got the total cart weight to display on the cart page. All okay… But I need to add the weight of my packaging to the total.
The line of code i used is :
<p>Total cart weight: {{ cart.total_weight | weight_with_unit }}</p>
How can I add either the packaging weight saved in my shipping to this total in the code above or simply 0.22kg (which is the packaging weight).
Thanks for any help!
George