Skip to content

Commit 8267ba4

Browse files
committed
Changes in ticket text
1 parent 161d8c6 commit 8267ba4

3 files changed

Lines changed: 35 additions & 18 deletions

File tree

smallslive/templates/customer/emails/commtype_ticket_placed_body.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,21 @@
3737
Your order number is {{ order_number }}. Your card has been charged for {{ line.line_price_incl_tax|currency:order.currency }}.
3838
</p>
3939
<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.
4541
</p>
4642
<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.
4955
</p>
5056
{% endif %}
5157
{% endwith %}

smallslive/templates/events/buy_tickets_dialog.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% if event.is_foundation %}
66
<p class="title2 accent-color" tabindex="0">Sponsor Seats - SmallsLIVE Foundation</p>
77
{% else %}
8-
<p class="title2 {{ event.get_venue_name|lower}}-color" tabindex="0">Reserved Seating for {{ event.get_venue_name }} Jazz Club </p>
8+
<p class="title2 {{ event.get_venue_name|lower}}-color text-center" tabindex="0">Reserved Seating for {{ event.get_venue_name }} Jazz Club </p>
99
{% endif %}
1010
<p class="title2" tabindex="0">{{ event.date | date:"D, M d" }} <span id="ticket-time"></span> Show</p>
1111
<p id="ticket-name" class="title2" tabindex="0"></p>
@@ -23,7 +23,13 @@
2323
A reservation guarantees your seat for this show.
2424
</p>
2525
<p class="text4 text-center">
26-
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+
<p class="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.
2733
</p>
2834
<p class="text4 text-center">
2935
The walk-in price for this show is $<span id="walk-in-price"></span> but space is limited. Please arrive early if you plan to walk-in without a reservation.

smallslive/templates/subscriptions/completed/thank_you.html

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,24 @@
110110
{% else %}
111111

112112
<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 }}.
115115
</p>
116116
<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.
122118
</p>
123119
<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.
126131
</p>
127132
{% endif %}
128133
{% endwith %}

0 commit comments

Comments
 (0)