0
How do I add an introductory text to the email with the invoice? But that is not seen on the pdf.
For example:
Dear customer, according xxxx service corresponding to "anything" the sales invoice is attached.
thanks
For example:
Dear customer, according xxxx service corresponding to "anything" the sales invoice is attached.
thanks
Responses (2)
-
Accepted Answer
-
Accepted Answer
0Hello
I have solved it (partially) of the following way:
Go to
administrator/components/com_invoices/models/invoice.php
find
function sendMail ()
Line
return $mail -> sendMail ....
I created a variable$body_message = " text of the message that it precedes to the invoice "
Then, in the line return $mail -> sendMail concatenated the variable $body_message with the variable $message .
thus send the invoice with a headline of message.
It is not a very elegant solution, but at least it saves the situation.
Thanks-
Germinal Campsmore than a month agoit's a good way to solve your request, yes. good job my friend! :)
-
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »