KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: techies on December 19, 2007, 07:01:37 pm

Title: Can we add new functionality ?
Post by: techies on December 19, 2007, 07:01:37 pm
Hi,

Can we add new functionality or flow integrated into this framework ?

For Eg : i need a extra User screen integrated into the existing app for checking the order status , where i can get order status at any stage of the

Can i do that in Konakart ?

Thanks
Title: Re: Can we add new functionality ?
Post by: julie on December 19, 2007, 07:12:39 pm
QuoteCan we add new functionality or flow integrated into this framework ?


You have all of the struts actions, struts forms and jsps in source code format so you can add new screens, delete existing ones and modify existing ones.

QuoteFor Eg : i need a extra User screen integrated into the existing app for checking the order status , where i can get order status at any stage of the


You can get the orders for the logged in customer by making an API call getOrdersPerCustomer().