... its 'checkout_fields' array, as well as adding a few other fields like “order notes” .
your special note'; return $fields; } add_filter( 'woocommerce_checkout_fields', ...
I want to change the woocommerce checkout page's 'order notes' text field to ' special notes'. But I couldn't find the exact location of this file.
Order Notes; Submit Button. You can also easily modify the Order, Shipping or Billing section. This plugin lets you rearrange fields or hide the ...
You can remove the Additional Information and Order Notes fields in WooCommerce checkout page with 2 filters that you add to your themes ...
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 ...
Make the Order Notes field required in the WooCommerce Checkout - order- notes-required.php.
To add another order notes custom fields : add in functions.php : /** * add new order note field */ add_filter( 'woocommerce_checkout_fields' ...
The Right Way! Free and Easy. Now I'll show you how easy it is to just do the job right. Copy the code below and paste it into your functions.php ...