By Christian Harel on Monday, 08 October 2018
Posted in General Issues
Replies 5
Likes 0
Views 522
Votes 0
hello how to override email account creation
i allow registrer with joomla app
i want to override email sended to html etc
i am trying to use acymailling with override system but it seems that email was sended by payplans and not joomla himself ...
can we find a workarround ?
regards
Hello Christian,

Yes, you can change the email content, for this you need to override the language string.
Go to root/language/en-GB/en-GB.com_payplans_plugins.ini, near line no. 2790, find below mentioned language string.

PLG_PAYPLANSREGISTRATION_AUTO_NEVER_SUB_ACTIVE="Your account has been created. Note that your account will be active on subscription's activation. For now, you can continue."


Change the content accordingly using joomla language override.
https://stackideas.com/docs/payplans/administrators/customizations/changing-text-in-language-files

Let me know if you have any query.
·
Tuesday, 09 October 2018 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
ok no way to add html inside ?
·
Tuesday, 09 October 2018 14:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Cristian,

You can add html inside language string also. for example you wanna bold some text then can do this as

PLG_PAYPLANSREGISTRATION_AUTO_NEVER_SUB_ACTIVE="Your account has been created. Note that your account will be active on <strong>subscription's activation</strong>. For now, you can continue."


Let me know if you need any help on this.
·
Tuesday, 09 October 2018 16:18
·
0 Likes
·
0 Votes
·
0 Comments
·
ok i will try thanks
·
Tuesday, 09 October 2018 16:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Ok. Update us if you will have any query.
·
Tuesday, 09 October 2018 16:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post