Guest Posted April 12, 2005 Posted April 12, 2005 Hi, I would like to add the following info to my invoice and packaging slip, so that it appears on it when i print it. I would like to display Date, this will be date the goods were purschased on. I would like add some comments at the bottom of the invoice such as some Terms and conditions regarding our company. What file to need to edit to get the above info to show up on my invoice and packaging slip. Thanks
Stevis2002 Posted April 12, 2005 Posted April 12, 2005 Open invoice.php and packingslip.php, and then add the information you want at the bottom of the page. To show the date, you will need to call the date function in there somewhere EG: <?php echo strftime(DATE_FORMAT_LONG); ?> I think that should do it, althoguh i am far from an expert, so please back up first! :)
Guest Posted April 13, 2005 Posted April 13, 2005 Open invoice.php and packingslip.php, and then add the information you want at the bottom of the page.To show the date, you will need to call the date function in there somewhere EG: <?php echo strftime(DATE_FORMAT_LONG); ?> I think that should do it, althoguh i am far from an expert, so please back up first! :) <{POST_SNAPBACK}> Hi thanks for this. How do i show date purchased on the invoice, i.e. i would put the date that the customer purchased the goods on. I know this gets shown when when click on orders and you can see date purchased. Can some tell me where is this stired and how can i extract this to display it on the invoice. Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.