khoking Posted January 12, 2006 Posted January 12, 2006 I would like to add the Invoice # in the Admin -> Customer -> Orders page...is there a contribution for this? I also hope to sort the Orders and have the Delivered one in the last, and pending one on top...is there a contribution that can help sorting? Many thanks! Best regards, Koh Kho King
jenny4mac Posted January 17, 2006 Posted January 17, 2006 I'm bumping this up as I need to have invoice numbers as well. Is there anywhere in the regular configuration this can be done? Thanks!
Flyer5 Posted January 19, 2006 Posted January 19, 2006 I'm bumping this up as I need to have invoice numbers as well. Is there anywhere in the regular configuration this can be done? Thanks! strictly speaking this is the wrong place to post this but - try this... open catalog/admin/invoice.php search for </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="dataTableHeadingRow"> and replace it with </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?>Order Number: 2006 <?php echo $oID; ?></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="dataTableHeadingRow"> you see the 2006 above? it will mean the order will read 2006 xx where xx is the order number. F5
Recommended Posts
Archived
This topic is now archived and is closed to further replies.