Good day,
I have just opened the following file:
/administrator/components/com_nbill/language/en-GB/email.en-GB.php
and I notice that there is a parameter/variable for a username (please see below).
define("NBILL_EM_NEW_QUOTE_PAR_2_USERNAME", "You can see all of your quotes online by logging in at %s (your username is %s).");,
but this entire line does not display on the email. Instead, this following line does:
define("NBILL_EM_NEW_QUOTE_PAR_2", "You can see all of your quotes online by logging in at %s.");
How does the email recipient know what their user name is if the username is not included on the email? When you create a new contact using (create new user) no email gets sent out to the newly created contact informing them of their username. So when they receive an email with their quote attached asking them to login to approve or reject the quote, how do they know what to login as?
Thanking you in advance.