111




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

Westone Natural Stone Tiles UK Ltd
{{ shop.name }}® is a trading name of Westone Natural Stone Tiles UK Ltd

{{ shop.address }}
{{ shop.city }} {{ shop.province_code }} {{ shop.zip | upcase }}
{{ shop.country }}
{{ shop.phone }}
{{ shop.email }}

Company No. 11004603; VAT No. GB304200375


Item Details

{% if show_line_item_taxes %} {% endif %} {% for line_item in line_items %} {% if line_item.tax_lines %} {% endif %} {% endfor %}
Quantity ItemTaxesPrice
{{ line_item.quantity }} x {{ line_item.title }} {% for tax_line in line_item.tax_lines %} {{ tax_line.price | money }} {{ tax_line.title }}
{% endfor %}
{% if line_item.original_price != line_item.price %} {{ line_item.original_price | money }} {% endif %} {{ line_item.price | money }}

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 %}

Billing Details

{{ billing_address.name }}
{% if billing_address.company %} {{ billing_address.company }}
{% endif %} {{ billing_address.street }}
{{ billing_address.city }} {{ billing_address.province_code }} {{ billing_address.zip | upcase }}
{{ billing_address.country }}
{{ billing_address.phone }}
{{ customer.email }}
{% endif %}

If you have any questions, please kindly call our support team {{ shop.phone }} or

send an email to {{ shop.email }}