This topic has 2 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Rose Tyler
Hi Team.
Please advise how to disable Delivery Notes(optional) at checkout page. I don’t want Notes area visible to customers.
Thanks for your support.
Hello,
Try to add this code in functions.php of your child theme:
add_filter( 'woocommerce_enable_order_notes_field', '__return_false' );
Regards
You must be logged in to reply to this topic.Log in/Sign up