Hi,
I use community version. I would like to update konakart admin app's template. All I see is the jar files and nothing else. Looks like it uses GWT.
Can somebody help me how do I make admin app to match my requirements. (Basically, customizing konakart admin app)
That's right, the Admin App uses GWT.
You can add your own special functionality in the custom panels but you can't change the functionality of the standard KonaKart panels.
What did you want to do exactly?
I am just wondering whether I can change the complete UI with mine. Also, I would like add custom logics to the konakart admin app. It can be a complete new module or an update in the existing code.
Am I allowed to do that?
If yes, how do I trace where the code is?. Is there any document for the same or any easy debugging technique to do so?.
Our Admin App uses the KonaKart Admin APIs so you can do the same and replace the application with your own Admin App.
Got it. Thank you so much.