This topic has 2 replies, 2 voices, and was last updated 12 hours, 8 minutes ago ago by Luca Rossi
want to shorten checkout process, remove additional info
Hi @Abhinandan,
Please try adding this custom code under functions.php file locates in your child theme:
add_filter('woocommerce_enable_order_notes_field', '__return_false');
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up