Hello,
Is there a snippet or a simple way of removing “Additional information” from Checkout page?
There is no need for it since there is a “Notes” field on Add Details page.
It might be confusing what is what for customers to see Notes and Additional information on different pages. I know it is optional, but it just looks a bit unprofessional to have couple of places to write notes within one booking.
Thanks!
Yes, it’s possible but this would require a custom CSS snippet. Please also check if WooCommerce has any plugins for managing checkout fields, this one may work Checkout Field Manager (Checkout Manager) for WooCommerce – WordPress plugin | WordPress.org
Hi, Here is the code that worked for me:
.woocommerce-checkout .woocommerce-additional-fields { display: none; }
Thank you milosevic1998. It works well.