To have a Terms & Conditions checkbox required on checkout, you need to familiarize yourself with Custom Fields.
- Create a Content Page to hold your Terms & Conditions that must be agreed to and place the text on it. To create a new content page, you will navigate to Content > Pages
- Click the "New" button to create a new page.
- You will need to title your page and add the appropriate content.
- Create a new Customer Custom Field by navigating to Tools > Power Features > Custom Field Setup. Use these settings:
- Label: Please agree to our <a href="INSERT YOUR CONTENT PAGE URL">Terms & Conditions</a>
- Input type: Single CheckBox
- Value Type: Boolean
- Private: False
- Required: True
- Show on One Page Checkout: True (Mandatory if Required is True)
- The rest of the settings can be filled out to your liking as needed by your requirements.