Skip to content

Commit

Permalink
Changes in ticket text
Browse files Browse the repository at this point in the history
  • Loading branch information
mprunell committed Dec 21, 2021
1 parent 161d8c6 commit 8267ba4
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,21 @@
Your order number is {{ order_number }}. Your card has been charged for {{ line.line_price_incl_tax|currency:order.currency }}.
</p>
<p>
The reservation name is {{ order.first_name }} {{ order.last_name }} and will be with the doorman when you arrive.
Please arrive 1/2 hour before the seating.
We are mandated to take temperatures at the door and to collect contact tracing information from at least one person in your party.
This reservation guarantees your seating. Your actual space in the venue is first come/first serve so please arrive on time.
We reserve the right to release a seat 15 minutes after the seating time.
The reservation name is {{ order.first_name }} {{ order.last_name }} and will be with the manager when you arrive.
</p>
<p>
Reservations are generally non-refundable however, you may exchange your reservation for another seating depending on availability.
If you have any issues please email us at [email protected].
We ask you take a moment to review the following -

1) All Sales are final, we do not offer refunds or exchanges.

2) All reserved seating is first come/first serve for seating choice. Please come early if you want to choose your seat.

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.

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.
</p>
<p>
For questions please email [email protected].
</p>
{% endif %}
{% endwith %}
Expand Down
10 changes: 8 additions & 2 deletions smallslive/templates/events/buy_tickets_dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% if event.is_foundation %}
<p class="title2 accent-color" tabindex="0">Sponsor Seats - SmallsLIVE Foundation</p>
{% else %}
<p class="title2 {{ event.get_venue_name|lower}}-color" tabindex="0">Reserved Seating for {{ event.get_venue_name }} Jazz Club </p>
<p class="title2 {{ event.get_venue_name|lower}}-color text-center" tabindex="0">Reserved Seating for {{ event.get_venue_name }} Jazz Club </p>
{% endif %}
<p class="title2" tabindex="0">{{ event.date | date:"D, M d" }} <span id="ticket-time"></span> Show</p>
<p id="ticket-name" class="title2" tabindex="0"></p>
Expand All @@ -23,7 +23,13 @@
A reservation guarantees your seat for this show.
</p>
<p class="text4 text-center">
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.
Your name and reservation number will be at the door. All Sales are final, we do not offer refunds or exchanges.
All reserved seating is first come/first serve for seating choice. Please arrive at least 30 minutes before show start time.

</p>
<p class="text4 text-center">
We reserve the right to release your seat if you fail to arrive on time.
Entry will only be permitted upon presentation of proof of vaccination for COVID 19.
</p>
<p class="text4 text-center">
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.
Expand Down
23 changes: 14 additions & 9 deletions smallslive/templates/subscriptions/completed/thank_you.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,24 @@
{% else %}

<p>
You have successfully made {{ line.quantity }} reservation(s) for the {{ event_set.start }} seating on {{ event.date }} at {{ event.get_venue_name }} Jazz Club.
Your order number is {{ order_number }}. Your card has been charged for {{ line.line_price_incl_tax|currency:order.currency }}.
You have successfully made {{ line.quantity }} reservation(s) for the {{ event_set.start }} seating on {{ event.date }} at {{ event.get_venue_name }} Jazz Club.
Your order number is {{ order_number }}. Your card has been charged for {{ line.line_price_incl_tax|currency:order.currency }}.
</p>
<p>
The reservation name is {{ order.first_name }} {{ order.last_name }} and will be with the doorman when you arrive.
Please arrive 1/2 hour before the seating.
We are mandated to take temperatures at the door and to collect contact tracing information from at least one person in your party.
This reservation guarantees your seating. Your actual space in the venue is first come/first serve so please arrive on time.
We reserve the right to release a seat 15 minutes after the seating time.
The reservation name is {{ order.first_name }} {{ order.last_name }} and will be with the manager when you arrive.
</p>
<p>
Reservations are generally non-refundable however, you may exchange your reservation for another seating depending on availability.
If you have any issues please email us at [email protected].
We ask you take a moment to review the following -
<ol>
<li>All Sales are final, we do not offer refunds or exchanges.</li>
<li>All reserved seating is first come/first serve for seating choice. Please come early if you want to choose your seat.</li>
<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>
<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>

</ol>
</p>
<p>
For questions please email [email protected].
</p>
{% endif %}
{% endwith %}
Expand Down

0 comments on commit 8267ba4

Please sign in to comment.