Payment Acknowledgement Page

The edits for this consist of manipulating the following files in the TMtemplates as follows
  1. editing tmCheckoutRefundExchangePolicy.html
  2. editing tmtermsandconditionsmodal.html
  3. duplicating
    • tmtermsandconditionsAccessibleSeating.html
    • and calling it tmtermsandconditionsCovid19.html
  4. Copying and Editing a new tmtermsandconditionsCovid19.html

Copy tmBoxOfficePolicyCovid19Modal.html

The instructions assume you have downloaded the latest pages so you can customize them. Please download if you have not done so.
  1. Copy the file tmBoxOfficePolicyCovid19Modal.html from the sample webpages tmFee folder and put it into the same place in your website
  2. The file look like the code below - you do not need to make any changes
<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>

Edit tmBoxOfficePolicy.html

The instructions assume you have downloaded the latest pages so you can customize them. Please download if you have not done so.
  1. Copy the file tmBoxOfficePolicy.html from the sample webpages tmFees folder and put it into the same place in your website
  2. Edit the file which will look like the code below
  3. Add in the new line highlighted in yellow. You can copy and paste it
  4. If the line looks like it is already there, remove the comment: in it to make it the same as below
  5. Save the File
<!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>

Edit tmBoxOfficePolicyCovid19

The instructions assume you have downloaded the latest pages so you can customize them. Please download if you have not done so.
  1. Find the file called tmBoxOfficePolicyCovid19.html in the sample web site tmFee folder
  2. Copy it to your web site tmFee folder
  3. This file has sample wording in it about covid 19 policies
  4. Find the code in yellow and DELETE it from your web page
  5. Make any wording changes you might need to make to suit your Province or State's specific rules
  6. Save the File
<!-- 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 -->

Edit tmCheckoutCovid19Policy

The instructions assume you have downloaded the latest pages so you can customize them. Please download if you have not done so.
  1. Copy the file tmCheckoutCovid19Policy.html from the sample webpages tmTemplates folder and put it into the same place in your website
  2. Edit the file which should look like the code below to make it suitable for your needs
  3. Save the File
<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>

Edit tmCheckoutTermsAndConditionsAcceptance.html

The instructions assume you have downloaded the latest pages so you can customize them. Please download if you have not done so.
  1. Copy the file tmCheckoutTermsAndConditionsAcceptance.html from the sample webpages TMtemplates folder and put it into the same place in your website
  2. Edit the file which will look like the code below
  3. Add in the new line highlighted in yellow. You can copy and paste it
  4. Save the File
<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>

Edit tmtermsandconditionsSpecialAnnouncements.html

The instructions assume you have downloaded the latest pages so you can customize them. Please download if you have not done so.
  1. Copy the file tmtermsandconditionsSpecialAnnouncements.html from the sample webpages TMtemplates folder and put it into the same place in your website
  2. Edit the file which will look like the code below
  3. Add in the new line highlighted in yellow. You can copy and paste it
  4. Save the File
<!--#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>
-->