Inv 2
{{ "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
Photo | Quantity | Item | SKU | {% if show_line_item.sku %} {% endif %}Price | ||
---|---|---|---|---|---|---|
{{ line_item.product.featured_image | product_img_url: 'thumb' | img_tag }} | {{ line_item.quantity }} | {{ line_item.title }} | {{ line_item.sku }} | {% if show_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 %}
|
Transaction Details
Type | Amount | Kind | Status |
---|---|---|---|
{{ transaction.gateway | payment_method }} | {{ transaction.amount | money }} | {{ transaction.kind }} | {{ transaction.status }} |
Payment Details
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 }}