• Welcome to KonaKart Community Forum. Please login or sign up.
 

Extends CustomerMgr

Started by bharatkasodariya, June 12, 2013, 11:35:44 am

Previous topic - Next topic

bharatkasodariya

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

ryan

Just use the custom engine and add your code after the API call.

bharatkasodariya

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.