Author Topic: adding new field to the customer registration page  (Read 1441 times)

ming

  • Administrator
  • Sr. Member
  • *****
  • Posts: 158
    • View Profile
    • KonaKart Website
Re: adding new field to the customer registration page
« Reply #15 on: July 12, 2010, 03:24:07 AM »
You want all the languages?  why not just use the API call:

http://www.konakart.com/javadoc/server/com/konakart/appif/KKEngIf.html#getAllLanguages()


maverick

  • Jr. Member
  • **
  • Posts: 22
    • View Profile
Re: adding new field to the customer registration page
« Reply #16 on: July 12, 2010, 04:19:20 AM »
Thanks Ming
I saw those APIs, but how can i call those from action, i need to have one LanguageMgr class in com.konakart.al to get the KKEngIf instance.
Please help me with this

ming

  • Administrator
  • Sr. Member
  • *****
  • Posts: 158
    • View Profile
    • KonaKart Website
Re: adding new field to the customer registration page
« Reply #17 on: July 28, 2010, 01:38:14 PM »
look at the way it's done in the action classes - all are provided in the download package...