Change the action from ' woocommerce_checkout_process ' to ' woocommerce_after_checkout_validation '.
Do you want to make order notes field required and show an error if order notes box is empty? You can either use a plugin or a simple code ...
Place this code in your theme's functions.php file. // Hook in. add_filter( ' woocommerce_checkout_fields' , 'custom_override_checkout_fields' );. // Our hooked in ...
Maybe you'd like to add a checkbox, radio button or date picker under the Order notes? Or maybe you need to make this field required?
_x('Notes about your order, e.g. special notes for delivery.
Note: The Country field is required. If you remove it, orders cannot be completed and your checkout form will give the following error: “Please ...
All product orders require processing, except those that only contain products ...
Please note that you are not required to install the WP REST API (WP API) plugin.
Requires options set. Checkbox – A checkbox field. Date picker – A text field with a JavaScript data picker attached. Heading – Adds a heading to allow separating ...
Any plugin we have installed is needed and provides critical functions. Plus, the version of the order notes that the plugin adds is preferred over the one in the table ...