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> --> |