Confirm email

  • Johnny Rex
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 7 months ago #146036 by Johnny Rex
Confirm email was created by Johnny Rex
Hi
We are really missing a second email field, where the customer should confirm there mail address (the field should off be so it could be disabled in the backend)
We do have lots of customers that type there mail address wrong.

Cheers
/Rex

 

Please Log in or Create an account to join the conversation.

More
2 years 7 months ago #146050 by Mr. Dam
Replied by Mr. Dam on topic Confirm email
Hi Johnny,
You want to add another email address field in Checkout form?
Thanks
Dam

Please Log in or Create an account to join the conversation.

  • Johnny Rex
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 7 months ago #146057 by Johnny Rex
Replied by Johnny Rex on topic Confirm email
Hi Dam
Yes the possibility to ad an email confirmation field.

if ( config_confirm_order_email ) {
if ( $order_email != $order_email_confirm ) {
echo "Emails don't match";
return;
}
}

I know that the above won't work, but it's just an example :)
I was thinking of adding it my self, but then I would need to re add it, when I have updated the OSB.

Cheers
/Rex

Please Log in or Create an account to join the conversation.

More
2 years 7 months ago #146104 by Hamlin Gordon
Replied by Hamlin Gordon on topic Confirm email
I also need this feature (all components should have this feature)

Please Log in or Create an account to join the conversation.

Moderators: Mr. Dam