Adding total order weight on default packing slip

Adding total order weight on default packing slip

Kim93
New Member
4 0 0

I've added {{ cart.total_weight | weight_with_unit }} unfortunately it reads 0.0oz. I've tried variant weight with unit but it won't communicate with my products set weight in OZ. 

Screen Shot 2022-11-05 at 12.27.11 AM.png


This is my current code: 

 

{% if order.shipping_method != blank %}
{{ order.shipping_method.title }}
{{ shipping_method.handle }}
{{ order_total_items }}
{{ shipping_method.original_price}}
{{ cart.total_weight | weight_with_unit }}

{% else %}
No shipping required
{% endif %}

Reply 1 (1)

alantabs
Visitor
3 0 0

Yeah, same problem. Seems I can call other variables but not weight!  I think the Shopify experts have changed something!!

I've tried {{product.weight}} {{ product.weight.grams}} {{product_varient.weight)) and all manner of combinations.... nothing works