##header_start##

{{config path="general/store_information/name"}}

{{depend store_information_if.city}}
{{config path="general/store_information/street_line1"}}
{{config path="general/store_information/postcode}} {{config path="general/store_information/city}}
{{config path="general/store_information/country_id"}}
{{/depend}} {{depend store_information_if.phone}}
 {{config path="general/store_information/phone"}}
{{/depend}}
 {{config path="trans_email/ident_general/email"}}
{{var barcode_qr_shipment.increment_id}}
##header_end## ##body_start##
{{trans "Packing Slip"}}
{{trans "Shipment #"}}: {{var shipment.increment_id}}
{{trans "Date"}}: {{var formatted_shipment.created_at}}
{{trans "Order #"}}: {{var order.increment_id}}
{{trans "Shipping Address"}}
{{var formattedShippingAddress|raw}}
{{trans "Shipping Method"}}
{{var order.getShippingDescription()}}
##items_start## ##items_end## {{depend shipment_if.total_weight}} {{/depend}}
{{trans "Product"}} {{trans "Qty"}}
{{var order_item_product.thumbnail_image_html}}

{{var item.name}}

{{var item.sku}}

{{var barcode_c39_item.sku}}
{{var formatted_item.qty}}
{{trans "Total Qty"}}: {{var formatted_shipment.total_qty}}
{{trans "Total Weight"}}: {{var formatted_shipment.total_weight}}



##body_end## ##footer_start## ##footer_end##