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.
Yes. Take a look at http://www.konakart.com/docs/AddingCustomFuncAdminApp.html
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.
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?
I wrote a JSP and it's working. Thanks for helping :)