customer register easy question

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 anos atrás
Hello,

I am looking for the place in nop project where customers are registered.

I found modules/customerRegister.ascx.cs with method CreatedUser
but in this method there are only attributes inserted

I am looking for the place where nop_customer is filled with method customermanager.addCustomer(...

Thanks for the help!
Bert
14 anos atrás
try  libraries-->businesslogic-->customer-->CustomerManager.cs

there are other files in the folder which may also be relevant
14 anos atrás
Thanks for the reply.

I do find the method "addcustomer" in the dll files but I do not find where it is called with value for parameters....

Anyone?
Bert
14 anos atrás
They're using a membership provider.

Look in Libraries -> Profile -> StoreMembershipProvider.cs

There's a CreateUser method in there that gets called, it in turn calls the CustomerManager.AddCustomer method.
14 anos atrás
Hi!

Thanks for the reply!
Hope I don't look silly with my next questions but now I am looking for parameters for CreateUser method :S
I cannot find where it is called...

Thanks,
Btw: I very like the pet website!
14 anos atrás
Hi,

You are not alone.  I don't see where AddCustomer is called inside CustomerRegister either.

Maybe I am looking at the wrong place.  Would you point me where to look please?

Thanks!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.