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

Perform action while a new user is created

Started by lionCoolKing, July 26, 2011, 06:54:00 am

Previous topic - Next topic

lionCoolKing

Hi All,

I want to perform some custom action while a new user is created. Please tell me how to achieve this.

Regards

trevor

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.