Arrowhead123 Posted February 27, 2006 Posted February 27, 2006 Hello, Is there a possible way I can check an order by using the invoice number? Right now, the easiest way for me to check up an order is by the person's name. THanks!
Arrowhead123 Posted February 27, 2006 Author Posted February 27, 2006 Also, Is there a way to put the order number on invoice? Thanks!
Arrowhead123 Posted March 2, 2006 Author Posted March 2, 2006 Any ideas? Also,Is there a way to put the order number on invoice? Thanks!
insomniac2 Posted March 3, 2006 Posted March 3, 2006 Yes just put this code where you want in invoice. You will have to nest and format it properly in a table or something where you want it. For examlpe: <tr> <td align="right" class="main"><?php echo TITLE_PRINT_INVOICE_NUMBER . ' ' . $HTTP_GET_VARS['order_id']; ?></td> </tr> and put the TITLE_PRINT_INVOICE_NUMBER in your language file like so: define('TITLE_PRINT_INVOICE_NUMBER', 'Invoice Number:');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.