Pro Verified

Name

Remove Order Notes Information on Woo Checkout

About

This will remove the Order Notes from being visible on the Checkout

Language

Javascript

Rating

Voted: 1 by 1 user(s)

How to Setup Snippet

Add to Code Snippets and Run Everywhere

Codevault

WebSquadron

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: Not Specified

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

29/11/2022

Important Note

This snippet has the following status:

Pro Verified

This snippet has been verified by a Code Snippet Pro team member.

Pro Comments:

Remove Order Notes Information on Woo Checkout

 
                    
1// Remove Order Notes Field
2add_filter( 'woocommerce_checkout_fields' , 'remove_order_notes' );
3 
4function remove_order_notes( $fields ) {
5 unset($fields['order']['order_comments']);
6 return $fields;
7}

1

Related Snippets

Please see some snippets below related to this snippet..

WooCommerce

Unverified

WooCommerce

AI Verified

0

Display the (SEO) category description below the products

Added: 1 year ago

Last Updated: 1 year ago

The description of the categories is one of the most important SEO elements of an online store. Since the actual products often can not be directly SEO optimized, because there are simply too many pro...

WooCommerce

AI Verified

0

WooCommerce Remove Product Images On Archive Loop

Added: 1 year ago

Last Updated: 1 year ago

This code snippet will remove product images from the product loop item displayed on the product archive pages (categories

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

Performance

AI Verified

33

Remove Unused Javascript

Added: 1 year ago

Last Updated: 2 days ago

Remove Unused Javascript - and improve your Page Speed Insight Score

WooCommerce

Pro Verified

10

Deactivate some WooCommerce Checkout Fields

Added: 1 year ago

Last Updated: 3 weeks ago

Deactivate some WooCommerce Checkout Fields from showing

Elementor

AI Verified

6

CSS Grid Aid

Added: 8 months ago

Last Updated: 2 months ago

This can be used for any WordPress Builder to aid working with CSS Grids.