• Hello
    I don’t want to force customers to put personal information like email address to relive …
    how can I remove this text box (your email address box) in check out page
    thank you

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @oloom7

    Thanks for the web page link.

    The email address box is compulsory otherwise how the customer will receive purchase receipt email and how the all other process will go on.

    Hi @pratik-jain
    Thanks for your response.
    I use wp sms to send the download link to customers and no need to email.
    How can I set the email field to not be required?
    I mean that how to make the email field optional?

    I use below code to remove email required field but I got an error:

    
    function _edd_payments_table_columns( $required_fields ) {
    
    	unset( $required_fields['edd_email'] );
    	return $required_fields;
    } // Here I got an error
    add_filter( 'edd_purchase_form_required_fields', '_edd_purchase_form_required_fields' );
    
    • This reply was modified 4 years, 7 months ago by amoozesh3.ir.

    Hi @kama90

    I do not remember any thing that you can remove the Email field.

    Can you please tell me which error are getting?

    Hi @pratik-jain
    Thanks for your response.

    
     Fatal error: Cannot redeclare _edd_payments_table_columns() (previously declared in C:\wamp\www\abc\wp-content\themes\chelmir\functions.php:78) in C:\wamp\www\abc\wp-content\themes\chelmir\functions.php on line 134
    Call Stack
    #	Time	Memory	Function	Location
    1	0.0012	241784	{main}( )	..\index.php:0
    2	0.0018	244856	require( 'C:\wamp\www\abc\wp-blog-header.php' )	..\index.php:17
    3	0.0026	265360	require_once( 'C:\wamp\www\abc\wp-load.php' )	..\wp-blog-header.php:13
    4	0.0034	276296	require_once( 'C:\wamp\www\abc\wp-config.php' )	..\wp-load.php:37
    5	0.0043	432448	require_once( 'C:\wamp\www\abc\wp-settings.php' )	..\wp-config.php:80
    
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove email address text-box on check-out Page’ is closed to new replies.