Closed zecka closed 3 years ago
I try to render an Oracle Commerce Cloud email template who contain custom function.
Here is an example of Oracle Template:
${getString("PASSWORD_RESET_SALUTATION", data.firstName)} <#if data.login?has_content> ${getString("ACCOUNT_EXIST_LINE")} <b>${data.login}</b><br> </#if>
Any way to create the "getString" function ?
Sorry, in fact everything is shown in the example folder
I try to render an Oracle Commerce Cloud email template who contain custom function.
Here is an example of Oracle Template:
Any way to create the "getString" function ?