ocastaned Posted December 16, 2018 Share Posted December 16, 2018 Guys I need some help translating the text "Join our mailing list" customer sees during the purchase process into spanish language. This is a screenshot: http://captura.servidoresseguros.info/134b662b1c0a I already use an overrides file, but I was not able to find that text. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted December 17, 2018 Share Posted December 17, 2018 21 hours ago, ocastaned said: I already use an overrides file, but I was not able to find that text. it's in the language files... $_LANG['emailMarketing']['joinOurMailingList'] = "Join our mailing list"; so you should just need to use a Language Override in your override file... $_LANG['emailMarketing']['joinOurMailingList'] = "Únete a nuestra lista de correos"; it's strange that the opt-in message is hard-coded in one language in the database (by strange, I mean lazy) and not using Language strings... that's easily fixable with a hook (or by editing the template), so i'll bookmark the thread and return to it in the New Year when i'm in coding mood (assuming it isn't fixed in a v7.7 release during my absence!). https://requests.whmcs.com/topic/marketing-email-opt-in-message-translation 0 Quote Link to comment Share on other sites More sharing options...
ocastaned Posted December 17, 2018 Author Share Posted December 17, 2018 I appreciate it. It worked fine. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.