Inv 2

{{ "now" | date: "%m/%d/%y" }}
Invoice for {{ order_name }}

{{ shop.name }}
{{ Help }}
Support : Support@LetsHomeMade.com
Chat      : www.LetsHomeMade.com


Item Details

{% if show_line_item.sku %} {% endif %} {% for line_item in line_items %} {% if show_line_item.sku %} {% endfor %}
Photo Quantity Item SKUPrice
{{ line_item.product.featured_image | product_img_url: 'thumb' | img_tag }} {{ line_item.quantity }} {{ line_item.title }} {{ line_item.sku }} {% for tax_line in line_item.tax_lines %} {{ tax_line.price | money }} {{}}
{% endfor %}
{% endif %} {% if line_item.original_price != line_item.price %} {{ line_item.original_price | money }} {{ line_item.sku }} {% endif %} {{ line_item.price | money }}
{% if transactions.size > 1 %}

Transaction Details

{% for transaction in transactions %} {% endfor %}
Type Amount Kind Status
{{ transaction.gateway | payment_method }} {{ transaction.amount | money }} {{ transaction.kind }} {{ transaction.status }}
{% endif %}

Payment Details

{% for discount in discounts %} {% endfor %} {% if shipping_address %} {% endif %} {% if total_paid != total_price %} {% endif %}
Subtotal price: {{ subtotal_price | money }}
Includes discount "{{ discount.code }}" {{ discount.savings | money }}
Total tax: {{ tax_price | money }}
Shipping: {{ shipping_price | money }}
Total price: {{ total_price | money }}
Total paid: {{ total_paid | money }}
Outstanding Amount: {{ total_price | minus: total_paid | money }}
{% if note %}

Note

{{ note }}

{% endif %} {% if shipping_address %}

Shipping Details

Additional details

{% for attribute in attributes %} {{ attribute | first }}: {{ attribute | last }}
{% endfor %}

{{ shipping_address.name }}
{{ shipping_address | format_address }}
{% endif %}

If you have any questions, please send an email to {{ shop.email }}