KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: bharatkasodariya on June 12, 2013, 11:35:44 am

Title: Extends CustomerMgr
Post by: bharatkasodariya on June 12, 2013, 11:35:44 am
I want to perform custom operation after user registration. I couldn't find any method in engine where I can put the custom code.
How can I extend CustomerMgr class to override registerCustomer method

Thanks,
Bharat
Title: Re: Extends CustomerMgr
Post by: ryan on June 12, 2013, 01:26:59 pm
Just use the custom engine and add your code after the API call.
Title: Re: Extends CustomerMgr
Post by: bharatkasodariya on June 12, 2013, 03:34:00 pm
Sorry I couldn't find action like registration or update for customer in custom engine.
I am looking for the customer registration, update and delete action.