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.
Thanks.
Jérôme
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.
Code Select
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