Hi all,
Is there a possibility to use a double opt-in mod for new customers? After registration the user must click on a link in the welcome-mail to be able to buy in the shop?
I'm using 1.3.5.
Rich
Hi all,
Is there a possibility to use a double opt-in mod for new customers? After registration the user must click on a link in the welcome-mail to be able to buy in the shop?
I'm using 1.3.5.
Rich
Possible? Yes
Has someone written such a feature and shared it with everyone? Not that I've seen.
.
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.
@DrByte:
I've been thinking a little around about that.
Following should work:
- on create-account page erease the password fields > now the user can't create passwords himself
- in includes/modules/create_account.php set a random password...
- ... and send it to the welcome-mail.
- on create-account-success-page log the user off first via 'zen_session_destroy();' to prevent buying before validation.
Now new users must login first. The random password can be changed in users account section.
Comments?
Rich