• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 29, 2024, 12:21:59 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 - Brian

286
Configuration of KonaKart / Re: Change Customer Details
October 03, 2007, 09:40:26 am
Hello David,

QuoteI used the configuration on KonaKart Admin to uncheck all the values of gender, date of birth, state...


Yes, these control what is shown and not shown on the UI.

As you have seen from the exception, we do however require a valid birth date at registration.

You can just add some kind of default date to your calling data to solve this.


How are you getting on with your KonaKart site?  Can you let us know what you're doing?

Regards,
Brian
287
Programming of KonaKart / Re: can i get the war file?
October 02, 2007, 06:04:17 am
Hi John,

If you want a WAR file (although I'm not sure I understand why you need it here), you can just create that from the standard KoanKart kit that you can download.  Just install it and create the WAR file yourself.

All the java sources for the action classes are under "examples" in the download kit.

Certainly for development, why don't you just make an ant script that compiles the actions under examples and writes them to the classes directory rather than bothering with the war file?

Regards,
Brian