We've recently turned on the option to force customers to choose whether or not they want insurance.
Is it possible to add an additional required checkbox to that page the insurance option is on or somewhere else in the checkout pages that says something like "By checking this box, you've read and understand our company's shipping policies"?
Hi Mike, To add a checkbox on the checkout page add the following to your vsadmin/includes.php file
$extracheckoutfield1="By checking this box, you have read and understand our company's shipping policies"; $extracheckoutfield1required=TRUE; $extracheckoutfield1reverse=TRUE; $extracheckoutfield1html="<input type=\"checkbox\" name=\"ectfield\" value=\"Yes\">";