silvercommerce / checkout-agree-to-terms
Requires users who purchases via the checkout process to agree to a terms and conditions checkbox
Installs: 720
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Type:silverstripe-vendormodule
Requires
- silvercommerce/checkout: ~1.0
README
Adds an "Agree To Terms" checkbox (that is required) to the SilverCommerce checkout process and saves the result against the order.
Install
Install via composer:
composer require silvercommerce/checkout-agree-to-terms
Usage
Setup is pretty simple. In your SilverStripe admin, visit SiteConfig (Settings) > Shop Tab.
Expand "Checkout Settings" and then tick "Require Customer to Agree to Terms"
You must then provide the terms and conditions content in the field below OR (if the CMS is installed) you can link to a terms and conditions page.
The content will then automatically be loaded into a modal on the checkout page.
Finally, you can review if a user has checked the option by checking the "Customer" tab on an order.