Created: {{ order.created_at | date: 'MMMM dd, yyyy' }} at {{ order.created_at | date: 'HH:mm' }}

Status

{{order.status | uppercase}}

Customer

  • Name: {{order.customer.name}}
  • State: {{order.customer.country}}
  • Phone: {{order.customer.phone}}
  • Email: {{order.customer.email}}

Order Details

  • ID: {{order.id}}
  • {{ order.created_at | date: 'MMMM dd, yyyy' }} at {{ order.created_at | date: 'HH:mm' }}
  • {{order.customer.name}}
  • {{order.customer.country}}

Address

  • {{order.shipTo.name}}
  • {{order.shipTo.street}}
  • {{order.shipTo.city}}
  • {{order.shipTo.zip}}
  • {{order.shipTo.country}}
  • {{order.customer.email}}
  • {{order.customer.phone}}

Delivery & Payment

  • Delivery: {{order.delivery}}
  • Payment: {{order.payment}}
Product Image Product Category Unit Price Amount Total
{{productsObject[k].name}} {{productsObject[k].name}}
{{productsObject[k].shortDescription | limitTo: 80}}...
{{categoriesObject[productsObject[k].categoryId].name}} {{product.price | currency}} {{product.amount}} {{(product.price) * product.amount | currency}}
  • Subtotal: {{order.subTotal | currency}}
  • Vat %: {{ settings.globalVAT }}
  • Vat Total: {{ order.subTotal * (settings.globalVAT / 100) | currency}}
  • Total:

    {{ order.subTotal + (order.subTotal * (settings.globalVAT / 100)) | currency}}