rtrooster
rtrooster
Offline
0
Is it already possible or otherwise a suggestion to define a custom mail tekst and only attach the invoice as a pdf.

When an invoice or quote is now send the mail body is also a copy of the inoice/quote.
Most of the mail clients are only displaying correctly the mail after the user clicks to download all pictures.

As a suggestion, split the template "Offline version" and "PDF and email version" into "Offline version" , "PDF version" and "Email" version.
With this option you can choose what to send to a custommer.

Rgrds.
Responses (10)
  • Accepted Answer

    Monday, October 26 2015, 03:00 PM - #Permalink
    0
    Hello!

    Yes, we have considered this, we will add this option in a future version

    thanks!
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, March 15 2016, 04:12 PM - #Permalink
    0
    I would like to add my input on this. It would be a great help to be able to have a custom email body where some of details of the invoice could be placed, and the invoice as an attached pdf. This would be much more professional in appearance especially in the case of recurring payments.

    Thanks!
    • Germinal Camps
      more than a month ago
      Hello Daniel,
      Yes, we have added this to our roadmap for version 2.1, it will be added!
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, June 29 2016, 08:43 AM - #Permalink
    0
    Germinal Camps wrote:

    Hello Daniel,
    Yes, we have added this to our roadmap for version 2.1, it will be added!


    That is truly excellent news! Do you have any date for v2.1? With this feature it will be different league.

    Cheers:)
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, June 29 2016, 10:48 AM - #Permalink
    0
    we don't have a date yet, still working on it! :)
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, July 14 2016, 08:44 PM - #Permalink
    0
    Great news!

    May I add a new suggestion... As I was a ccInvoices user, I always missed the option mentioned above and a way to inform clients that they had missed the "Due date" for the invoice.

    I'm guessing you are familiar with the ccinvoices extension, but if not, they added a new item "E-mails" where you could add your own text that would be displayed while sending the invoice (or quote). Also, a reminder text could be added so that once you've sent the invoice, another option became available to send a "Reminder E-mail" to inform the client of his tardiness.

    This would really make a true addition to Invoice manager.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, July 15 2016, 09:16 AM - #Permalink
    0
    Hello both!

    We have pushed the "separate email template" for version 2.2 which will be released next.
    You will be able to set your own text. We don't have plans for this "reminder" option (you can simply "re-send" the email).. we will think about this!

    thanks!!
    The reply is currently minimized Show
  • Accepted Answer

    Friday, July 15 2016, 11:18 AM - #Permalink
    0
    Germinal Camps wrote:

    Hello both!

    We have pushed the "separate email template" for version 2.2 which will be released next.
    You will be able to set your own text. We don't have plans for this "reminder" option (you can simply "re-send" the email).. we will think about this!

    thanks!!


    Thank YOU!

    I believe we are not the only one to appreciate this great feature.
    The reply is currently minimized Show
  • Accepted Answer

    luckysoft
    luckysoft
    Offline
    Thursday, October 06 2016, 10:28 AM - #Permalink
    0
    This 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!
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, October 08 2016, 08:38 AM - #Permalink
    0
    Thanks for sharing luckysoft. ccInvoices does the trick out of the box and also allows for a seperate reminder message to be sent. I do prefer IM, but this feature is something I miss a lot.
    The reply is currently minimized Show
  • Accepted Answer

    luckysoft
    luckysoft
    Offline
    Saturday, October 08 2016, 09:18 AM - #Permalink
    0
    Yes i know, thanks for the link but ccInvoice doesn't support any webshop script :( so its useless if you want to use it in combination with a webshop.
    The reply is currently minimized Show
Your Reply