• Resolved imsuyash

    (@imsuyash)


    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)
  • Plugin Author ThemeHigh

    (@themehigh)

    We have checked on your website and are not able to recreate the issue that you have mentioned. We are able to go to the payment page when the place order button is clicked. Please refer to the below screenshot.

    https://prnt.sc/18pe72h

    Could you please verify once again from your side? If you are still facing the issue, please provide us with the exact steps to recreate the issue.

    Thank you!

    Thread Starter imsuyash

    (@imsuyash)

    [Dear moderator please remove my website link from this forum]

    I have resolved the issue.

    The issue was with the Instamojo payment gateway.

    It is mandatory for users to enter First, Last Name, Email, Phone while checking out through instamojo.

    I had removed all the fields for checkout except email and name. That’s why the issue was coming.

    Thus, if you want the only name and email address to checkout. You have to remove Instamojo and try your hands on other gateways.

    Plugin Author ThemeHigh

    (@themehigh)

    Thank you for letting us know.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    [Dear moderator please remove my website link from this forum]

    I’m sorry, but that is only done in extreme cases. Also the link field cannot be seen by any search engine.

    https://www.ads-software.com/support/forum-user-guide/faq/#will-you-delete-my-post-or-my-link-within-my-post

    Search engine hits are never considered extreme. The post will not be edited or deleted.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘This field may not be blank – ERROR’ is closed to new replies.