KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: Ricky on December 19, 2011, 12:13:55 pm

Title: Is it possible to update Konakart admin template?-Customizing konakart admin app
Post by: Ricky on December 19, 2011, 12:13:55 pm
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)
Title: Re: Is it possible to update Konakart admin template?-Customizing konakart admin app
Post by: kate on December 19, 2011, 12:21:44 pm
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?
Title: Re: Is it possible to update Konakart admin template?-Customizing konakart admin app
Post by: Ricky on December 19, 2011, 12:44:12 pm
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?.
Title: Re: Is it possible to update Konakart admin template?-Customizing konakart admin app
Post by: ryan on December 19, 2011, 12:50:37 pm
Our Admin App uses the KonaKart Admin APIs so you can do the same and replace the application with your own Admin App.
Title: Re: Is it possible to update Konakart admin template?-Customizing konakart admin app
Post by: Ricky on December 19, 2011, 12:54:19 pm
Got it. Thank you so much.