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
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().