Jump to content

"SOLVED" Can add an line of text under each invoice


Recommended Posts

Our clients pay after 30 days of receiving the invoice that we send out from our shop. I would like to add a line to the emailed invoice letting the client know that because of the additional discounts, shipping & handling "This is not your final Invoice. Please do not pay this invoice as your final invoice will be arriving by mail."


thanks
wayne

Link to comment
Share on other sites

Not sure if this is hte most effective way to do this, but you can go to "class/PDF.php" and look at line 171 - You will see a message like:

if (self::$orderSlip)
    $textFooter = self::l('An electronic version of this credit slip is available in your account. To access it, log in to the');
else
    $textFooter = self::l('An electronic version of this invoice is available in your account. To access it, log in to the');



Change it to what you want to say.

Link to comment
Share on other sites

×
×
  • Create New...