• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 01, 2024, 11:37:17 pm

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 - kapitany

1
Programming of KonaKart / Persist form data
February 05, 2012, 05:35:39 pm
I have added a new variable to the EditCartForm class. Looks working fine.
How can I persist in the DB this additional field? Currently if I log out and in the value is kept not sure for how long time. Once the server is restarted the FORM data is lost and not persisted. Any suggestion how to include this value in the DB to persist it?
2
Thanks found it. Is there an easy way to import to Eclipse this appn folder strucure? The project related settings are missing from this folder. Do we have an ANT script to compile these new changes?
3
Programming of KonaKart / Re: Recurring shipment
February 05, 2012, 08:25:25 am
Thanks. This is good for payment but how can I make the order to be shipped every monday? I haven't found any way to configure this in Konakart. So I'm looking to implement this feature but not sure if this should be part of the order or shipment. The payment is not so important for me as I can bill once the order was delivered but how to make the order to be a recurring order? By the way when can I use the recurring payment if there is no option to order a product recurring? Any idea and suggestion would be helpful.
4
Programming of KonaKart / Recurring shipment
February 04, 2012, 10:51:53 pm
I would like to make an option to my konakart to deliver the order recurring. So the same order should be delivered every Monday for example. I also would like to keep the option to modify the ordered products and the recurring day. Where could this recurring option belong (to shipping or to the order section) ?
Any thoughts how to get this implemented?
5
I have the onepagecheckout project setup in my eclipse. I can compile and view the page in a browser.
However I have the GWT plugin installed in my eclipse but can't view the page layout in the GWT design window. Once I open the designer it asks for entry point. Whatever I define as entry point (ex. render()) there is only a text showing up but no page layout to edit.
Am I doing something wrong to edit the page layout in GWT designer or it is not possible to do with a graphical editor? So I have to edit the graphical layout manually in the code?
6
Hi,

I would need to add some customization to the EditCartForm. These new fields should be saved in the DB as well. Could you please let me know how I can get the source code of the EditCartForm <form-bean name="EditCartForm" type="com.konakart.forms.EditCartForm">
I would also need to change the action class as well and not so sure how the additional value could be saved in the database.
So far I don't find the source code for the Form and Action class. I would need to add some modifications to those classes or shall I simply extend those with my additional fields?
Any help would be appreciated.

Regards,
Kapi