Back Office Notification: A new order has just been paid.
Order: {{ order:title }}
{{ if order:customer }}
Customer: {{ order:customer }}{{ email }}{{ /order:customer }}
{{ /if }}
Items:
{{ order:items }}
- {{ quantity}}x {{ product:title }}
{{ /order:items }}