KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: piripo on October 02, 2012, 10:10:34 am

Title: Konakart custom panels
Post by: piripo on October 02, 2012, 10:10:34 am
Hello!

I want to customize one of the ten customizable panels that exist in the admin area. To be more specific, I want to show some text boxes and some buttons, so I can modify some order options just introducing the order id in one of the text boxes. Is it possible to do that in the community version?

Thanks in advance.
Title: Re: Konakart custom panels
Post by: ryan on October 02, 2012, 03:21:04 pm
Yes. Take a look at http://www.konakart.com/docs/AddingCustomFuncAdminApp.html
Title: Re: Konakart custom panels
Post by: piripo on October 02, 2012, 04:49:42 pm
Thanks for your answer.

I already checked that part of the documentation but I think I don't get it very well... Following those steps I only get my custom panel to be redirected to other page, or add a customized button in orders/return products making it call another page. What I want is a panel, accessible only for admin, in which there are three textboxes in order to introduce some numbers, and a button that will execute a chunk of code connected with those already introduced values. Am I getting lost in this customization?

Thanks again.
Title: Re: Konakart custom panels
Post by: ming on October 19, 2012, 12:35:49 pm
So you should write a little application that will appear in the custom panel frame.  You can use any technology you like for that...  but perhaps a simple JSP would be all you need?
Title: Re: Konakart custom panels
Post by: piripo on October 29, 2012, 01:41:40 pm
I wrote a JSP and it's working. Thanks for helping :)