Ziadfra Posted March 28, 2013 Share Posted March 28, 2013 (edited) Hi, Can any one help me how i can disable the new customers account by default ? example: when new customer add his email and data to create a new account it will be disable until the admin enable it. So is it doable ? and if yes i think we should disable the email content that sent to the customer Many Thanks Edited March 28, 2013 by Ziadfra (see edit history) Link to comment Share on other sites More sharing options...
Valérie Assetskaya Posted March 28, 2013 Share Posted March 28, 2013 Hello, There is no standard option for this purpose, what is logical for e-shops, as the customer spends money and needs some confirmation. You may search the modules for closed catalog to provide the registration of the required type. Best regards. Link to comment Share on other sites More sharing options...
Ziadfra Posted March 28, 2013 Author Share Posted March 28, 2013 Thanks Valerie for your replay, i know what you said is the logic of e-shop but are there any way to make it Disable? i try to check the database to see the default value for the "IsActive" column in the "Customer" Table but its already set to "0". Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted March 28, 2013 Share Posted March 28, 2013 Hi, Ziadfra, I check `customer` table and active field have default value "0". But you can override AuthController::processSubmitAccount() where ithis field set to 1. $customer->active = 1; //should be $customer->active = 0; Regards Link to comment Share on other sites More sharing options...
tomerg3 Posted March 28, 2013 Share Posted March 28, 2013 Check out http://www.presto-changeo.com/en/prestashop-modules/30-private-shop.html it has other features as well, but one of them is to require a manual approval of new registration Link to comment Share on other sites More sharing options...
Ziadfra Posted March 31, 2013 Author Share Posted March 31, 2013 Thanks Alexander for your replay i will try it and give you the feedback. Tomerg3 i will check the link .. thanks Link to comment Share on other sites More sharing options...
El Patron Posted March 31, 2013 Share Posted March 31, 2013 http://www.etiendas.co/en/37-private-shop-authorized-only.html is another option..... do you 'never' want account registrations? Link to comment Share on other sites More sharing options...
Recommended Posts