Hi All,
I want to perform some custom action while a new user is created. Please tell me how to achieve this.
Regards
KonaKart is API based which means that all functionality is available through the API calls . If you use the Custom Engine http://www.konakart.com/docs/EngineCustomization.html you can easily add code before and after the API calls in order to perform some custom action. This is normally a better approach than adding the code in the store-front application since it applies whenever the API call is called regardless of who is making the call.