{{userDetails.firstName}} {{userDetails.lastName}}
{{userDetails.address}}
{{userDetails.zipcode}}
{{userDetails.city}}
{{userDetails.email}}
{{userDetails.phone}}
{{userDetails.company}}
{{orderItem.title}}
{{license.quantity}}x {{license.title}}
Your order has been placed.
We will send a email to {{userDetails.email}} with information about payment options.
Order number: #{{ userDetails.orderNumber }}
You ordered:
You total is {{ isEuroCode( userDetails.country ) ? '€' : '$' }}{{ orderTotal() * (addVat() ? 1.25 : 1) }} (€{{orderTotal()}} excl. tax)
If you have any questions about your order, please contact us. Please provide your order number when you contact us.{{userDetails.firstName}} {{userDetails.lastName}}
{{userDetails.address}}
{{userDetails.zipcode}}
{{userDetails.email}}
{{userDetails.phone}}