// Add a checkbox for shipping disclaimer at checkout add_action('woocommerce_review_order_before_submit', 'shipping_disclaimer_checkbox', 10); function shipping_disclaimer_checkbox() { woocommerce_form_field('shipping_disclaimer', array( 'type' => 'checkbox', 'class' => array('form-row shipping'), 'label_class' => array('woocommerce-form__label woocommerce-form__label-for-checkbox checkbox'), 'input_class' => array('woocommerce-form__input woocommerce-form__input-checkbox input-checkbox'), 'required' => true, 'label' => 'I understand that orders are made to order and shipping can take up to two weeks. I agree to communicate with [Your Company] and will not initiate a chargeback in case of delays.', )); } add_action('woocommerce_checkout_process', 'shipping_disclaimer_checkbox_process'); function shipping_disclaimer_checkbox_process() { if (!isset($_POST['shipping_disclaimer'])) { wc_add_notice('Please acknowledge the shipping terms to proceed with your purchase.', 'error'); } } // Add a Lab Reports link at the end of the product short description add_action('woocommerce_single_product_summary', 'add_lab_reports_link', 20); function add_lab_reports_link() { echo '

Lab Reports

'; } // End of the PHP file ?> Hash • Sconi Boys

Showing all 6 results