|
Hi {{customer.first_name}},
Thanks for your order! Your tickets for {{show.name}} are confirmed.
Order #: {{order.display_id}}
Date: {{order.created_at}}
{{#if order.email}}
Sent to: {{order.email}}
{{/if}}
{{#if show.date}}
Event: {{show.date}}
{{/if}}
{{#if show.venue}}
Venue: {{show.venue}}
{{/if}}
Your Tickets (QR Codes)
Show each QR code at the entrance. Each QR admits one person unless noted otherwise.
{{#each tickets}}
{{this.label}}
{{#if this.seat}}
Seat: {{this.seat}}
{{/if}}
{{#if this.row}}
Row: {{this.row}}
{{/if}}
{{/each}}
Please arrive at least 15 minutes before showtime and have your tickets ready.
Billing
{{#if billing_address}}
Billing address
{{billing_address.first_name}} {{billing_address.last_name}}
{{billing_address.address_1}}{{#if billing_address.address_2}}, {{billing_address.address_2}}{{/if}}
{{billing_address.city}}, {{billing_address.province}} {{billing_address.postal_code}}
{{billing_address.country_code}}
{{/if}}
Enjoy the show!
|