Do we have such features or I'll have to do it manually every time? Thanks.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
It's like pretty much the customers auto validate their mail address by clicking on the URL from the validation mail and the user becomes valid. Just like simple feature. Do we have it or?
The option you're speaking of, don't actually validate the users. It's just that users simply register themselves and they don't need validation. They can be bogus users.
Cheers!
Not possible atm.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
I can see where validating emails is important for online forums and such, but I don't see a big demand or benefit for an online store?
You may want to post in the commercial forum and see if someone can build you a custom mod.
Use it? Like it? Want to support it but don't know how? Send a donation to show your appreciation.
Daniel's PayPal address - donate@opencart.com
Qphoria's Paypal address - qphoria@gmail.com
perhpas this ext.
It's not a customer auto-validating but a mail is sended to admin with info about the new customer and a link to validate him.
Best,
Hilde
Commercial Contributions:Bulk Specials| Bulk Update Prices|Search Tyre Pro
Free Contributions: Youtube video (oc 1.5.x) | Search History Report (oc 1.5.x) | Product Filter by Category (oc 1.5.x)|Youtube Popup
More Free & commercial mods: www.fpress.com
Your extension is already halfway to the function that xtr3mx7 wants.
Do you think it could be reconfigured to send the email activation link to the customer instead of the admin without opening any security holes?
Use it? Like it? Want to support it but don't know how? Send a donation to show your appreciation.
Daniel's PayPal address - donate@opencart.com
Qphoria's Paypal address - qphoria@gmail.com
For an online store... it is not interisting.
It's not the best way but you only need change the text at text_login in catalog/language/english/mail/account/create.php
and
comment the lines 23 and 25 at catalog/model/account/customer.php like this
Code: Select all
//if (!$this->config->get('config_customer_approval')) {
$this->db->query("UPDATE " . DB_PREFIX . "customer SET approved = '1' WHERE customer_id = '" . (int)$customer_id . "'");
//}
and you'll have an auto-validating system
Best,
Hilde
Commercial Contributions:Bulk Specials| Bulk Update Prices|Search Tyre Pro
Free Contributions: Youtube video (oc 1.5.x) | Search History Report (oc 1.5.x) | Product Filter by Category (oc 1.5.x)|Youtube Popup
More Free & commercial mods: www.fpress.com
Users browsing this forum: No registered users and 102 guests