Email Verification in Checkout Pane

Posts: 163
Joined: 08/07/2007
Uber DonorBug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.Not Kulvik

My company wants the Customer Information Pane to require an anonymous customer to enter their email address twice (instead of once), have the two entried compared as being equal for verification and then commit the email address as the primary address.

I think this is probably a pretty straight forward change to the Pane.

Anyone interested in take this on for a bounty?

Thanks,
Steve

Posts: 110
Joined: 08/08/2007
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.Not Kulvik

It should be a simple stuff.. Check your PM

http://www.vingowine.com

Posts: 99
Joined: 08/08/2007
Bug FinderGetting busy with the Ubercode.Not Kulvik

I think this is something that should be rolled into core +1 -- most other shopping cart systems require verification.

Posts: 5617
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Interesting thought... I'm guessing it's as simple as having two e-mail address boxes for anonymous users and failing if they don't match? If Steve wants to post/send me the code, I'd be happy to put it in.

Posts: 163
Joined: 08/07/2007
Uber DonorBug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.Not Kulvik

I am happy to post this. It is quite straightforward. I errors if a second email field does not match the primary field in the customer information pane.

http://www.vingo.biz/files/uc_emailverify.tar.gz

Credit needs to go to cosmo83 and not to me, however. I merely sponsered his work. My only change is that when I installed it, I changed the .info so that the module appears under extras instead of in the core.

Thanks Cosmo!
Steve

Posts: 5617
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Rolled into the core customer info checkout pane w/ a checkbox on the checkout panes form to toggle the setting... thanks for the idea and the solution. Eye-wink