KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: lionCoolKing on July 26, 2011, 06:54:00 am

Title: Perform action while a new user is created
Post by: lionCoolKing on July 26, 2011, 06:54:00 am
Hi All,

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

Regards
Title: Re: Perform action while a new user is created
Post by: trevor on July 26, 2011, 08:29:14 am
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.