• Welcome to KonaKart Community Forum. Please login or sign up.
 
December 22, 2024, 08:52:16 am

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 - jmirc

1
These properties are used by the store front application not by the admin application.

I would like to translate each title of each property into the payment module.

For example, could you explain me how to translate the title "Enable Authorize.net Module" of this config.

configs[i++] = new KKConfiguration(
        /* title */"Enable Authorize.net Module",
        /* key */"MODULE_PAYMENT_AUTHORIZENET_STATUS",
        /* value */"true",
        /* description */"Do you want to accept Authorize.Net payments? ('true' or 'false')",
        /* groupId */groupId,
        /* sort Order */i,
        /* useFun */"",
        /* setFun */"tep_cfg_select_option(array('true', 'false'), ",
        /* dateAdd */now);


Thanks.

Jérôme
2
In the payment module, the configuration parameters are hard coded in the code and I would like to know how to display the title in another language than English.

Thanks.
3
Programming of KonaKart / Konakart PCI compliant?
January 20, 2010, 12:07:45 am
I would like to know if Konakart is PCI compliant?

Thanks

Jérôme