General Questions
How to show the checkbox on the cart page?
How can I add more than one link to the terms and conditions text?
How to show the T&C checkbox on the checkout page?
The checkbox is loading slow on our store.
How to add the terms and conditions date & time to the order confirmation email?
{% if attributes["I-Agree-To-Terms"] %}
<table class="row i-agree-to-terms">
<tr>
<td>
<h4>I Agree To The Terms</h4>
<p>
<u>Accepted Terms At:</u> {{ attributes["Accepted-Terms-At"] }}
</p>
</td>
</tr>
</table>
{% endif %}Last updated