• hi ive posted this question on the getshopped forums but dont seem to be getting any suggestion so thought id see if anyone on here has any ideas

    on the wpec checkout page a new unregistered user is required to enter an email address to register an account (account required to complete order) but then is asked to enter it again in the billing section, my thoughts are that this is a pretty anoying for the user. the problem is that wpec doesnt use the same email as the one used to register on the site so the second email is required for wpec to send purchase details to the customer. i was wondering if there is a way of getting wpec to grab the same email address that is entered on the same page to register
    please help in any way u can ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter si1986

    (@si1986)

    site is https://www.slapher.co.uk/ if you want to have a look at what i mean use “test” product found in any of the categories then go to checkout

    Thread Starter si1986

    (@si1986)

    no one got any ideas for this?

    Thread Starter si1986

    (@si1986)

    could it be anything to do with this code from checkout.class.php?

    if($current_user->user_email != ''){
    		foreach($wpsc_checkout->checkout_items as $checkoutfield){
    			// exit(print_r($checkoutfield,true));
    			if($checkoutfield->unique_name == 'billingemail'){
    				$checkoutfield->value = $current_user->user_email;
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp e-commerce profile email’ is closed to new replies.