KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: nickgk on March 24, 2011, 03:52:16 pm

Title: One Page Checkout
Post by: nickgk on March 24, 2011, 03:52:16 pm
I've made some modifications to the one page checkout code. I have been able to compile and test the changes with the eclipse gwt plugin.  I am now have trouble deploying the changes to my test konakart server. I moved all of the original scripts to a folder called orig-checkout and copied the scripts from the /custom/onepagecheckout/war directory to my webapps/konakart directory. I did not forget the com.konakart.Konakart.nocache.js file. After restarting tomcat I get the spinning cursor whenever I try to checkout. I've also tried running the main build file. Are there jars that need to be moved?

Many thanks.
Title: Re: One Page Checkout
Post by: greg on March 25, 2011, 10:25:25 am
You could install a fresh copy of KonaKart and look to see what files must be present.

Maybe you could then replace the files in the fresh install one by one with those that you have modified with your customisations.