Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

More options at Admin -> Customer -> Orders?


khoking

Recommended Posts

Posted

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

Posted

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!

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...