Register Customer

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Hi,

My freind ask if I can help him with a problem creating a new customer.

He wants to add a new business to a sql db Business ("same sql server nopcommerce is on")

and register them in nopcommerce. I have to get the [CustomerGuid] from the added customer table and update the

business field with the [CustomerGuid].

I have the first part working and now I'm stuck on regestering them with code.

Can anyone point me in the correct direction or some code would be helpful

Thanks

PQSIK
10 years ago
PQSIK wrote:
Hi,

My freind ask if I can help him with a problem creating a new customer.

He wants to add a new business to a sql db Business ("same sql server nopcommerce is on")

and register them in nopcommerce. I have to get the [CustomerGuid] from the added customer table and update the

business field with the [CustomerGuid].

I have the first part working and now I'm stuck on regestering them with code.

Can anyone point me in the correct direction or some code would be helpful

Thanks

PQSIK


Have you had a look at Register() action method of CustomerController? :)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.