Some Provinces and States are implementing phases for reopening to the public that are conditional on:
Since its a guessing game exactly when you might be able to open, the following scenarios/examples might hep you with your own strategies
Theatre Manager does not support uploading vaccination status. Most rules we have seen require proof at the door to avoid issues such as people buying tickets for others. | |
Adding Covid 19 related instructions for entry to the venue including those Provinces or States that require vaccine proof or passports means adding text to some fields in web options in Theatre Manager Company Preferences. | |
These instructions assume you have not customized the following pages:
|
If you want to let your patrons know that they are subject to some specific requirements, editing one or more of the following web pages are things you can do right now:
Warning before purchase |
There are three note/warning/danger text areas you can add to the event list in the Event list in the purchasing tab in the Web options on the company preferences window.
You can make your event list look like the one to the right be editing the Warning and Danger tabs as per the images below. Note: that the example uses markup to achieve bold, underline and bullet points -- without having to know HTML. |
Sample Warning Note in Markup
Sample danger Note in Markup
|
|
Explicit acknowledgement at time of payment |
There are two notes that pertain to terms and conditions that you can change on the Carts and Check tab in the Web options on company preferences. These are:
Acknowledgement Please be sure to enable the Acknowledge Terms and Conditions checkbox to see this warning. If enabled, the user will be required to acknowledge they have read the terms and conditions. This acknowledgement is stored for each cart. The requirement for acknowledgement of terms and conditions must be enabled in company preferences. We suggest only saying that you have a policy and add a link so that they can read the policy on your main web site. |
Terms and ConditionsAdd your extra terms and conditions that will show when they are enabled on the checkout window.
|
|
Covid 19Enter your Covid 19 policy in plain text, HTML or markup language and it will appear in the web site automatically. Adding words to covid 19 tab are what causes the 'accept terms and conditions' checkbox on the web site to say that there are Covid 19 conditions per the instructions above.
|
The instructions assume you have downloaded the latest pages so you can customize them. Please download if you have not done so. |
<div aria-labelledby="AccountModalDialog" class="modal fade" id="Covid19Policy" role="dialog" tabindex="-1"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button aria-label="Close" class="close" data-dismiss="modal" type="button"> <span aria-hidden="true"> × </span> </button> <h3 class="modal-title modal-info"> Box Office Policies </h3> <div class="modal-body"> <!--#include virtual="tmFee/tmBoxOfficePolicyCovid19.html" --> </div> <div class="modal-footer"> <button class="btn btn-info" data-dismiss="modal" type="button"> Close </button> </div> </div> </div> </div> </div> |
The instructions assume you have downloaded the latest pages so you can customize them. Please download if you have not done so. |
<!DOCTYPE html> <html lang="en"> <head> <base href="<field>F_HTML_IMAGE_SERVER</field>"/> <title> <field>D_COMPANY_LONG</field> | Box Office Policies </title> <!--#include virtual="tmScripts/styles.html" --> <!--#include virtual="tmScripts/pleaseWaitMessageFunction.html" --> <!--#include virtual="tmScripts/googleHeader.html" --> </head> <body class="backgroundPopup"> <div class="container"> <div id="content"> <h3> Box Office Policies </h3> |
<!--#include virtual="tmFee/tmBoxOfficePolicyCovid19.html" --> |
<!--#include virtual="tmFee/tmBoxOfficePolicyTickets.html" --> <!--#include virtual="tmFee/tmBoxOfficePolicyExchanges.html" --> <!--#include virtual="tmFee/tmBoxOfficePolicyLostTickets.html" --> <!--#include virtual="tmFee/tmBoxOfficePolicyOrderFees.html" --> <!--#include virtual="tmFee/tmBoxOfficePolicyMailingFees.html" --> <!--#include virtual="TMtemplates/tmContactHours.html" --> </div> </div> <!--#include virtual="TMtemplates/tmFooter.html" --> </body> </html> |
The instructions assume you have downloaded the latest pages so you can customize them. Please download if you have not done so. |
<!-- comment: remove this line and the last line to add a covid 19 policy and then change wording as appropriate |
<h4> Covid 19 Policy </h4> <div class="alert alert-warning fade in"> <!--#include virtual="TMtemplates/tmMessageDismiss.html" --> British Columbia <b> requires proof of vaccination </b> to attend all indoor events that occur <b> on or after September 13, 3021 </b> <p> </p> <ul> <li> Proof of vaccination will be verified at the door. </li> <li> We are required by the Government to deny entry to anybody without a valid vaccination certificate. </li> <li> No refunds will be given if you are denied entry. </li> </ul> </div> |
remove this last line --> |
The instructions assume you have downloaded the latest pages so you can customize them. Please download if you have not done so. |
<field>pick(SCH_TIX_QUANTITY+SCH_PASS_QUANTITY,'<!-- comment: if more than donations, show covid19 policy')</field> <br/> <br/> By clicking the checkbox, I also agree to the <!-- button trigger modal --> <button class="btn btn-link btn-xs" data-target="#Covid19Policy" data-toggle="modal" type="button"> Covid 19 Vaccination Requirements for entry </button> policy <!--#include virtual="tmFee/tmBoxOfficePolicyCovid19Modal.html" --> <field>pick(SCH_TIX_QUANTITY+SCH_PASS_QUANTITY,'-->')</field> |
The instructions assume you have downloaded the latest pages so you can customize them. Please download if you have not done so. |
<field>pick(D_REQD_ACKNOWLEDGE_CRITERIA,'<!-- comment:')</field> <div class="form-group"> <div class="col-sm-offset-3 col-sm-9"> <div class="checkbox"> <div class="alert alert-warning"> <label for="conditions"> <input id="conditions" name="ORD_ACKNOWLEDGED_CONDITIONS" type="checkbox" value="1" <field>pick(SCH_ACKNOWLEDGED_CONDITIONS,'','checked')</field>/> I have read and accept all <!-- button trigger modal --> <button class="btn btn-link btn-xs" data-target="#termsConditions" data-toggle="modal" type="button"> Terms and Conditions of Sale </button> and clicking the checkbox affirms my valid electronic signature for this purchase. |
<!--#include virtual="TMTemplates/tmCheckoutCovid19Policy.html" --> |
<!--#include virtual="TMtemplates/tmCheckoutRefundExchangePolicy.html" --> </label> <!--#include virtual="TMtemplates/tmtermsandconditionsModal.html" --> </div> </div> </div> </div> <field>pick(D_REQD_ACKNOWLEDGE_CRITERIA,'-->')</field> |
The instructions assume you have downloaded the latest pages so you can customize them. Please download if you have not done so. |
<!--#include virtual="tmFee/tmBoxOfficePolicyCovid19.html" --> |
<!-- comment: place any special/topical announcements/policies here. Eg: Covid 19 <h4> Special Announcements </h4> <div class="alert alert-warning fade in"> <!--#include virtual="TMtemplates/tmMessageDismiss.html" --> Watch this space for any special policies. </div> --> |
To help manage online sales based on reporting capacity, the lower part of the map window shows current physical capacity, reporting capacity, sold, held totals and the number remaining that can be sold online. |
For example, if you only ever want 100 tickets sold online for a performance, change the reporting capacity to 100. Once the
total tickets sold + total tickets held >= reporting capacity
You will be unable to sell any more tickets online where the event will look sold out, even if there are physical seats that are available which could be sold at the box office.
The remaining seats indicate how many more seats can still be sold online. When it is negative, online sales are prevented because you have reached reporting capacity, even if there are seats left that could be sold to the performance. They cannot be sold online unless you adjust the reporting capacity (see step 1).
You may want to
In the example, you can see sold totals , helds and reporting capacity on the event map window..
If you intend to use reserved seating when you open, but you want to hedge your bets in case you can't open, then we'd suggest the general approach of:
You will need to make some decisions regarding how you want to sell the performance. It may depend on how much you have already sold.
If your plan is to can sell general admission tickets and convert it to a streaming event if you can't open, the steps we'd suggest are:
If you find you can't open as you thought, simply add live streaming to the performance:
If a venue has been using the automatic social distance holds feature, the 'q' holds sold online are PERMANENT since that was the offer made to patrons at the time of booking |
As venues reopen after Covid, we suspect rules around social distancing will change, both relaxing and restricting.
However, if rules are relaxed by the authorities, there are two options that you can use in order to sell those Social Distance holds. These are:
This might be best thought of as opening up only a couple of seats without giving up the full protection of your social distance sales map. It lets a few extra seats be sold and requires special permission to be set up for an employee.
These instrutions assume that there are the same (or very similar) number of seats and general venue setup in the two pricing maps. This does will not work if the venues are wildly different. eg, this is not recommended if you change a dinner theatre pricing map to something like a hockey arena pricing map. |
Here are the steps:
Selectively removing social distance holds is a feature you can assign to some employees. It is designed to allow you to over-ride the holds, break an existing bubble, and squeeze somebody into the seats. However, any new seats that are sold will still see the social distance process applied to the seats. |
Even if an employee has permission to release these social distance holds in employee setup, they can may not be allowed to release these PERMANENT holds since that was a specific promise made to patrons when they purchased online at that time (i.e. the seats would be held for them).
Releasing these permanent social distance holds is no different than releasing any other hold, with one exception.
If Theatre Manager notices you are trying to release one of these seats, you will get:
The PERMANENT social distance ticket holds can be released:
Selected employees need to be given permission to release these 'q' holds temporarily. This is given in the employee setup. For those who are not given permanent permission, then as a one time permission can be given at time of attempted release of the holds from another employee who has the capability.