Hi, Can you tell me how to add a footer to the actual print out of the packing slip and invoice? (not the email)
I'd really like to have a message (2 lines) then an under-line and then the business details (three lines) if i can?
Thanks!
Hi, Can you tell me how to add a footer to the actual print out of the packing slip and invoice? (not the email)
I'd really like to have a message (2 lines) then an under-line and then the business details (three lines) if i can?
Thanks!
Hi there
Since the invoice is a HTML page I'm not sure that you can make it print last thing before the end of the page. What I did to have a message appear after all the product lines and a few lines of space was this (line 228 or so onwards):
<!-- body_text_eof //-->
<br><br><br>
Please note that goods stay property of Blue Wolf until paid in full. <BR>
</body>
</html>
<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>