This field may not be blank – ERROR
-
I don’t know why this error is coming.
“This field may not be blank.” when checkout is done
Please dear go to my website and check for the required fix.
I have spent 6 hours fixing it but no solution found.
Please help me with it.
I am using this code in PHP inserter:
// hide coupon field on the checkout page function disable_coupon_field_on_checkout( $enabled ) { if ( is_checkout() ) { $enabled = false; } return $enabled; } add_filter( 'woocommerce_coupons_enabled', 'disable_coupon_field_on_checkout' );
But even after disabling the PHP inserter plugin, the issue persists.
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘This field may not be blank – ERROR’ is closed to new replies.