I try to add an <input type="checkbox">
which value also shows at the woocommerce backend, so I can see at the end if the costumer ticked the box or not.
The checkbox should be below the Payment Methods.
Is it possible to add a custom checkbox in WooCommerce checkout which value shows in admin edit order?
You can do it in 3 steps:
Here is that code:
Code goes in function.php file of your active child theme (or theme) or also in any plugin file.
Tested in WooCommerce 3+ and works. When the checkbox has been checked, it display a custom text below billing address in order edit page…