{{ 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 }}
{{ 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
| Quantity | Item | {% if show_line_item_taxes %}Taxes | {% endif %}Price |
|---|---|---|---|
| {{ line_item.quantity }} x | {{ line_item.title }} | {% if line_item.tax_lines %}
{% for tax_line in line_item.tax_lines %}
{{ tax_line.price | money }} {{ tax_line.title }} {% endfor %} |
{% endif %}
{% if line_item.original_price != line_item.price %}
|
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 %}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 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 }}
If you have any questions, please kindly call our support team {{ shop.phone }} or
send an email to {{ shop.email }}