• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 29, 2024, 10:25:40 am

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - piripo

1
Programming of KonaKart / Re: Konakart custom panels
October 29, 2012, 01:41:40 pm
I wrote a JSP and it's working. Thanks for helping :)
2
Configuration of KonaKart / Pack payment module
October 18, 2012, 01:52:34 pm
Hello!!

I'll try to explain as detailed as possible. I developed a new payment module and that includes also new *.jsp in the webapp folder, onepagecheckout customization, etc. Is it possible to pack all I did in a *.jar or something similar? I know how to do it with the whole application, it's easy using eclipse, but the purpose of all of this is going to someone with konakart already installed in their computer and say "hey! I have developed a new payment module, you wanna try it?", give them my already packed software and, with some instructions, make him or her install it in their shop easily, so they can use it as an extra payment method in their shops.

Is it possible to do it?

Thanks for helping!
3
Programming of KonaKart / Re: Konakart custom panels
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.
4
Programming of KonaKart / Konakart custom panels
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.
5
Hello and thanks for the answer.

I'm developing a new payment module and I want to add a "Refund" option for each order, so that button will make a http call to my server. I think that's not a big change, since the request is user-transparent and I'll have to show, let's say, a confirm dialog and after that the orders list updated, so the panels won't be affected by a big impact. You think that's possible or should I go directly to the custom panels?

Thanks for helping!
6
Configuration of KonaKart / Modify Konakart admin area
September 28, 2012, 05:48:30 pm
Hello!

After spending many hours reading about this, I've decided to post here.

I want to add a new feature in the admin area. To be more specific, I want a new button in the "Orders" menu. I can see the buttons "Edit", "Delete", "Invoice"... Is it possible to add a new one or to modify the behavior of one of the existing ones? I've been doing some research about this issue but I don't find anything that could help me.

Thanks so much!!
7
Finally I got it working!

It seems I was doing something wrong... I copied the js and the generated classes, as explained before, so thanks very much. I had to post here, but I guess that made me get the solution :)
8
Hello and thanks for your answer.

If I just copy the .js and I rename it to match the one that was before, it appears a never ending loading image when I want to checkout.

Is that normal? I tried with Firefox, Chrome and Safari and I get same results.
9
Hello Konakarts!

I would like to continue with this post because I have been reading carefully your answers but I cannot make any progress.

I'll be brief. I want to customize the one page checkout but don't know what am I doing wrong. If I test that change following the instructions here http://www.konakart.com/docs/OPC.html it works perfectly, but when I want to execute the whole application with that change I cannot see anything. I have executed the ant for the one page checkout, copying all the classes and whatever was necessary. I even copied the javascript generated and I changed its name as explained in this thread. But nothing, I am not able to see my modifications. My problem seems to be the one why this thread was opened, so I (also) think I'm close to get the solution. Btw I'm using Eclipse, although it probably doesn't make any difference.

Do you know what am I doing wrong? Don't I have to copy any jar? I'm not an expert with tomcat and webapps, so probably I'm doing wrong something obvious for other experienced programmer.

Thanks!!