##header_start##

{{trans "Shipment"}} #{{var shipment.increment_id}}

{{trans "Date"}}

{{var formatted_shipment.created_at}}

{{trans "Order Number"}}

{{var order.increment_id}}
{{var barcode_c39_shipment.increment_id}}

{{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"}}  
##header_end## ##body_start##
{{trans "Shipping Address"}}
{{var formattedShippingAddress|raw}}
{{depend order.getIsNotVirtual()}}
{{trans "Shipping Method"}}
{{var order.getShippingDescription()}}
{{/depend}}
##items_start## ##items_end## {{depend shipment_if.total_weight}} {{/depend}}
{{trans "Product"}} {{trans "Qty"}}
{{var order_item_product.thumbnail_image_html}}

{{var item.name}}

{{trans "SKU"}}: {{var item.sku}}
{{var formatted_item.qty}} {{var barcode_c39_item.sku}}
{{trans "Total Qty"}} {{var formatted_shipment.total_qty}}
{{trans "Total Weight"}} {{var shipment.total_weight}}
{{trans "Note"}}
{{trans "You can expect to receive your order within 2-3 business days."}}
##body_end## ##footer_start##
##footer_end##