KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: Sony George on September 10, 2009, 07:54:54 pm

Title: how to implement SMS Functionality
Post by: Sony George on September 10, 2009, 07:54:54 pm
Hello,

I would like to Implement SMS Functionality to konakart, ie
every time an order is placed i have to sent SMS to the customer who placed the order and also to the store admin,
also sent SMS when order status is changed such as shipped,delivered etc. to customer and to store admin.

where do i have to start ??

from the source code and doc i understand that when an order is placed,
OrderIntegrationMgr.java is called from konakart and

when order status is changed in the konakart admin app
AdminOrderIntegrationMgr.java is called.

am i on the right track ???

regards
Title: Re: how to implement SMS Functionality
Post by: trevor on September 10, 2009, 08:30:26 pm
Yes  :)