You are here

Edit tmCheckoutTermsAndConditionsAcceptance.html

Subscribe to Syndicate
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>