##header_start##

{{trans "Invoice"}} #{{var invoice.increment_id}}

{{trans "Date"}}

{{var formatted_invoice.created_at}}

{{trans "Grand Total"}}

{{var formatted_invoice.grand_total}}

{{trans "Order Number"}}

{{var order.increment_id}}
{{var barcode_c39_invoice.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 "Billing Address"}}
{{var formattedBillingAddress|raw}}
{{trans "Shipping Address"}}
{{var formattedShippingAddress|raw}}
{{trans "Payment Method"}}
{{var order.getPayment().getMethodInstance().getTitle()}}
{{depend order.getIsNotVirtual()}}
{{trans "Shipping Method"}}
{{var order.getShippingDescription()}}
{{/depend}}
##items_start## ##items_end## ##totals_start## ##totals_end##
{{trans "Product"}} {{trans "Price"}} {{trans "Qty"}} {{trans "Tax"}} {{trans "Row Total"}}
{{var order_item_product.thumbnail_image_html}}

{{var item.name}}

{{trans "SKU"}}: {{var item.sku}}
{{var formatted_item.price_incl_tax}} {{var formatted_item.qty}} {{var formatted_item.tax_amount}} {{var formatted_item.row_total_incl_tax}}
{{depend total.is_grand_total}}{{/depend}}{{var total.label}} {{depend total.is_tax}}({{var total.tax_percent}}){{/depend}}{{depend total.is_grand_total}}{{/depend}} {{var total_formatted.amount}}
{{trans "Note"}}
{{trans "Our general terms and conditions apply."}}
##body_end## ##footer_start##
##footer_end##