Hi
In order to register a new customer one can use
http://www.konakart.com/javadoc/server/com/konakart/appif/KKEngIf.html#registerCustomer(com.konakart.appif.CustomerRegistrationIf)
but how does one get an instance/implementation of CustomerRegistrationIf?
Is the assumption that one does her/his own implementation of this interface or did I miss
some utility class to generate such an instance, because within KKEngIf I did not find any method
to get such an instance?
Thanks for your help
Michael
I think I have found an example within
custom/appn/src/com/konakart/actions/CustomerRegistrationSubmitAction.java
or rather
com.konakart.app.CustomerRegistration
Will give it a try and let you in case it didn't work ;-)
Cheers
Michael