You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: smallslive/templates/customer/emails/commtype_ticket_placed_body.html
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,21 @@
37
37
Your order number is {{ order_number }}. Your card has been charged for {{ line.line_price_incl_tax|currency:order.currency }}.
38
38
</p>
39
39
<p>
40
-
The reservation name is {{ order.first_name }} {{ order.last_name }} and will be with the doorman when you arrive.
41
-
Please arrive 1/2 hour before the seating.
42
-
We are mandated to take temperatures at the door and to collect contact tracing information from at least one person in your party.
43
-
This reservation guarantees your seating. Your actual space in the venue is first come/first serve so please arrive on time.
44
-
We reserve the right to release a seat 15 minutes after the seating time.
40
+
The reservation name is {{ order.first_name }} {{ order.last_name }} and will be with the manager when you arrive.
45
41
</p>
46
42
<p>
47
-
Reservations are generally non-refundable however, you may exchange your reservation for another seating depending on availability.
48
-
If you have any issues please email us at reservations@smallslive.com.
43
+
We ask you take a moment to review the following -
44
+
45
+
1) All Sales are final, we do not offer refunds or exchanges.
46
+
47
+
2) All reserved seating is first come/first serve for seating choice. Please come early if you want to choose your seat.
48
+
49
+
3) Please arrive at least 30 minutes before show start time. Be advised that due to space limitation we reserve the right to release your seat if you fail to arrive on time.
50
+
51
+
4) Entry will only be permitted upon presentation of proof of vaccination for COVID 19. Please prepare your vaccine card and valid ID prior to your entry.
52
+
</p>
53
+
<p>
54
+
For questions please email reservations@smallslive.com.
Please arrive 30 minutes before your show to ensure the best choice of seats. Your name and reservation number will be at the door. Late comers will be seated at the discretion of the management and risk losing their seats for a refund or another show.
26
+
Your name and reservation number will be at the door. All Sales are final, we do not offer refunds or exchanges.
27
+
All reserved seating is first come/first serve for seating choice. Please arrive at least 30 minutes before show start time.
28
+
29
+
</p>
30
+
<pclass="text4 text-center">
31
+
We reserve the right to release your seat if you fail to arrive on time.
32
+
Entry will only be permitted upon presentation of proof of vaccination for COVID 19.
27
33
</p>
28
34
<pclass="text4 text-center">
29
35
The walk-in price for this show is $<spanid="walk-in-price"></span> but space is limited. Please arrive early if you plan to walk-in without a reservation.
Copy file name to clipboardExpand all lines: smallslive/templates/subscriptions/completed/thank_you.html
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -110,19 +110,24 @@
110
110
{% else %}
111
111
112
112
<p>
113
-
You have successfully made {{ line.quantity }} reservation(s) for the {{ event_set.start }} seating on {{ event.date }} at {{ event.get_venue_name }} Jazz Club.
114
-
Your order number is {{ order_number }}. Your card has been charged for {{ line.line_price_incl_tax|currency:order.currency }}.
113
+
You have successfully made {{ line.quantity }} reservation(s) for the {{ event_set.start }} seating on {{ event.date }} at {{ event.get_venue_name }} Jazz Club.
114
+
Your order number is {{ order_number }}. Your card has been charged for {{ line.line_price_incl_tax|currency:order.currency }}.
115
115
</p>
116
116
<p>
117
-
The reservation name is {{ order.first_name }} {{ order.last_name }} and will be with the doorman when you arrive.
118
-
Please arrive 1/2 hour before the seating.
119
-
We are mandated to take temperatures at the door and to collect contact tracing information from at least one person in your party.
120
-
This reservation guarantees your seating. Your actual space in the venue is first come/first serve so please arrive on time.
121
-
We reserve the right to release a seat 15 minutes after the seating time.
117
+
The reservation name is {{ order.first_name }} {{ order.last_name }} and will be with the manager when you arrive.
122
118
</p>
123
119
<p>
124
-
Reservations are generally non-refundable however, you may exchange your reservation for another seating depending on availability.
125
-
If you have any issues please email us at reservations@smallslive.com.
120
+
We ask you take a moment to review the following -
121
+
<ol>
122
+
<li>All Sales are final, we do not offer refunds or exchanges.</li>
123
+
<li>All reserved seating is first come/first serve for seating choice. Please come early if you want to choose your seat.</li>
124
+
<li>Please arrive at least 30 minutes before show start time. Be advised that due to space limitation we reserve the right to release your seat if you fail to arrive on time.</li>
125
+
<li>Entry will only be permitted upon presentation of proof of vaccination for COVID 19. Please prepare your vaccine card and valid ID prior to your entry.</li>
126
+
127
+
</ol>
128
+
</p>
129
+
<p>
130
+
For questions please email reservations@smallslive.com.
0 commit comments