Disable Order Note field in Checkout
-
Noticed the themes setting for disabling/hiding the order note field in checkout have no effect, nor does the filter:
add_filter( 'woocommerce_enable_order_notes_field', '__return_false', 9999 );
So without checking any deeper in your plugin I just assume you have some own logic loading it no matter what, and thus I would request adding a setting for it in the plugin, as some store owners doesn’t want to have the field available in checkout.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.