• Welcome to KonaKart Community Forum. Please login or sign up.
 

Programming guide / tips

Started by diegobuzzalino, September 15, 2009, 03:14:03 pm

Previous topic - Next topic

diegobuzzalino

Hi all,
  I'm Diego,from Argentina, have been developing on java for 6-7 years. I have experience on struts, velocity, jsp and that kind of stuff. Now, I'm new babie in konakart, and have just start reading the documentation of konakart(great product!).

My question is: What should I read before starting to customize konakart? I have read the inicial doc that came with the appcliation, but I think that I need some guidelines... (data management, payment methods, etc..)

any idea? tips?

regards...

greg

QuoteI'm Diego,from Argentina,


Is that Maradona ?

Quotehave been developing on java for 6-7 years.


I guess you must be a different Diego...   ;)

QuoteMy question is: What should I read before starting to customize konakart? I have read the inicial doc that came with the appcliation, but I think that I need some guidelines... (data management, payment methods, etc..)


That's a difficult one.  I don't know what you're trying to achieve.

You could follow the tutorials to create a new payment module.
You could study the example code provided and tailor it to suit your needs - a little at a time.
You could use your knowledge of Struts to modify the tiles your display.
You could study the GWT one-page checkout and consider using similar AJAX technology for more areas of the store front to make it friendlier for a customer than our example application?

Good luck.

diegobuzzalino

thanks greg for the answer...
i'm not maradona.. (damn :P)

right after writing the first post, I found the Struts Action source code.. (it was hard to find them..heeh)
the idea of my question is about "programming tips", like..
- how if the best way of code structure (inside Eclipse)
- how should I do the Konakart updates (if a new version is available..)

and that kind of stuff.....