There are cases when users would like to show the Terms and Conditions section in the next separate page after the transaction details.
Solution
- Navigate to Customization > Forms > Advanced PDF/HTML Templates
- Preferred PDF/HTML Template: Click Edit
- Top Right Corner: Toggle Source Code
- Add the code below after the transaction details (including Items table and Summary Total) and before the </body> tag:<div style=”page-break-after:always”></div> <span style=”font-size:11px;”> INSERT TERMS AND CONDITIONS HERE </span>
- Click Save