Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    1,378
    Plugin Contributions
    1

    Default New account verification by email

    I've searched high and low, and can't find an answer to this: is there an existing contribution that allows for an email verification on customer sighnup? This would prevent a user from purchasing without verifying their email address is correct.

    Thanks.

  2. #2
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: New account verification by email

    During the registration process,

    Zen-Cart already verifys if the email is valid with this block:

    PHP Code:
    } elseif (zen_validate_email($email_address) == false) {
        
    $error true;

        
    $messageStack->add('create_account'ENTRY_EMAIL_ADDRESS_CHECK_ERROR); 
    Are you looking for to authorize the registration entirely over email for each users who'd like to sign-up for the first time ? Like a customer awaiting level ?

  3. #3
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    1,378
    Plugin Contributions
    1

    Default Re: New account verification by email

    Quote Originally Posted by TheOracle
    During the registration process,

    Zen-Cart already verifys if the email is valid with this block:

    PHP Code:
    } elseif (zen_validate_email($email_address) == false) {
        
    $error true;

        
    $messageStack->add('create_account'ENTRY_EMAIL_ADDRESS_CHECK_ERROR); 
    Are you looking for to authorize the registration entirely over email for each users who'd like to sign-up for the first time ? Like a customer awaiting level ?
    Yes, and even better would be re-verification if the email address is updated. The function above merely checks the email syntax. I wish to impose validation by the customer of their email address, as support depends on it.

  4. #4
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: New account verification by email

    Sounds like a good idea. I already worked under this kind of MOD with another script in the past.

    Perhaps I could give it a try for Zen-Cart too. I already have an expanded general function module for advanced email verification but just don't know if it could work for Zen-Cart as an extra function.

    However, for now, what I could do is probably process the validation email from ACP with a uniq ID and, once validated, the account could be updated to the customer level (regular basis).

    Is this the type of MOD you're actually looking for to have ?

  5. #5
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: New account verification by email

    I thought I'd seen something like that ages ago.

    However, this is the closest I can find to it ... which isn't really what you're after entirely. http://www.zen-cart.com/forum/showthread.php?t=13618
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: New account verification by email

    Quote Originally Posted by langer
    I've searched high and low, and can't find an answer to this: is there an existing contribution that allows for an email verification on customer sighnup? This would prevent a user from purchasing without verifying their email address is correct.

    Thanks.
    Could this be what you're after http://www.zen-cart.com/index.php?ma...roducts_id=204 ?

  7. #7
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    1,378
    Plugin Contributions
    1

    Default Re: New account verification by email

    Thanks for the suggestions

 

 

Similar Threads

  1. New Account Email
    By divaboutiques in forum General Questions
    Replies: 0
    Last Post: 25 Feb 2008, 10:42 PM
  2. Email Verification
    By mobs in forum General Questions
    Replies: 6
    Last Post: 30 Dec 2007, 07:46 AM
  3. Email Confirmation on New Account
    By sparktronic in forum General Questions
    Replies: 3
    Last Post: 12 Oct 2006, 04:22 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR