0
Hi, Just wondered if you could help me. Is it possible for me to have a different template for email and pdf quotes? I would like to have a simple email which tells the customer the full quote is attached as a PDF. I do not see there is an option for this from the 'Template' section in the control panel. Could you tell me what file handles generating the email and attaching the PDF as I guess I could code in my email message. Many thanks.
Responses (7)
-
Accepted Answer
-
Accepted Answer
0This question has been asked several times by customers, too bad this function still isn't available, not even in the latest version.
I figured it out myself, let me explain what i did so that you don't have to spend any more money fot custom coding.....
Open administrator/com_invoices/models/invoice.php with your favorite editor
scroll to line 960 and add :
$message = JText::_('BODY_FOR_EMAIL_WITH_PDF');
just below:
$styles = "" ;
$message = $styles . $message ;
now save this file to your server.
Go to your joomla adminstration page and go to Exentions -> Language -> Overrides
Create a new override for you language administrator site (not for your website, just administrator)
The language constant should be BODY_FOR_EMAIL_WITH_PDF
The Text should be the text you want to show up in your mail.
Hit Save and close and try to send a pdf by mail, this should do the trick!
Enjoy! -
Accepted Answer
-
Accepted Answer
0Yes i know, thats what you're saying since october 2015 .....
http://www.joomlathat.com/support/invoice-manager/suggestions/send-invoice-quote-only-as-pdf-attachment-with-custom-mailbody-tekst -
Accepted Answer
-
Accepted Answer
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 »