##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_c39_invoice.increment_id}}
{{trans "Invoice"}}
 

{{trans "Invoice #"}}

{{var invoice.increment_id}}

{{trans "Date"}}

{{var formatted_invoice.created_at}}

{{trans "Order #"}}

{{var order.increment_id}}
##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}}
{{trans "Note"}}
{{trans "Our general terms and conditions apply."}}
##items_start## ##items_end## ##totals_start## ##totals_end##
{{trans "Product"}} {{trans "Price"}} {{trans "Tax"}} {{trans "Qty"}} {{trans "Row Total"}}
{{var order_item_product.thumbnail_image_html}}

{{var item.name}}

{{var item.sku}}
{{var formatted_item.price}} {{var formatted_item.tax_amount}} {{var formatted_item.qty}} {{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}} {{depend total.is_grand_total}}{{/depend}}{{var total_formatted.amount}}{{depend total.is_grand_total}}{{/depend}}
##body_end## ##footer_start##
##footer_end##