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

{{ shop.name }}
{{ Help }}
Support : Support@LetsHomeMade.com
Chat : www.LetsHomeMade.com
{{ Help }}
Support : Support@LetsHomeMade.com
Chat : www.LetsHomeMade.com
Item Details
{% if show_line_item_taxes %} {% endif %} {% for line_item in line_items %} {% if show_line_item_taxes %} {% endfor %}Photo | Quantity | Item | SKU | Price | ||
---|---|---|---|---|---|---|
{{ line_item.product.featured_image | product_img_url: 'thumb' | img_tag }} x | {{ line_item.quantity }} x | {{ line_item.title }} | {{ line_item.sku }} | {% for tax_line in line_item.tax_lines %} {{ tax_line.price | money }} {{ line_item.sku }} {{}} {% endfor %} |
{% endif %} | {% if line_item.original_price != line_item.price %} |
Transaction Details
{% for transaction in transactions %} {% endfor %}Type | Amount | Kind | Status |
---|---|---|---|
{{ transaction.gateway | payment_method }} | {{ transaction.amount | money }} | {{ transaction.kind }} | {{ transaction.status }} |
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 }} |
Note
{{ note }}
{% endif %} {% if shipping_address %}Shipping Details
Additional details
{% for attribute in attributes %} {{ attribute | first }}: {{ attribute | last }}
{% endfor %}
{{ shipping_address | format_address }}
If you have any questions, please send an email to {{ shop.email }}