Good Afternoon,
I have a question.
It seems that /admin/orders.php does not show the order number anwhere. Here is a picture of now the /admin/orders.php page look, and then in RED where I think it would be beneficial for the order number to be echoed....
[img]http://www.natelevy.com/uploader/userfiles/Nate/orders.jpg[/img]
Is this possible? Anyone have an idea of what code would need to be inserted into that page's source?
Thanks,
Nate
Latest News: (loading..)
Displaying order number on /admin/orders.php
Started by JEWbacca, Apr 21 2005, 22:44
2 replies to this topic
#1
Posted 21 April 2005, 22:44
#2
Posted 22 April 2005, 01:18
I figured it out, if anyone would like to know how to do it...
go to admin/orders.php
find:
place this right above it:
This places it right next to the header that says "Order"
Nate
go to admin/orders.php
find:
<td class="pageHeading" align="right"><?php echo tep_draw_separator('pixel_trans.gif', 1, HEADING_IMAGE_HEIGHT); ?></td>
place this right above it:
<td class="pageHeading"> Online Order # <?php print ($oID); ?></td>
This places it right next to the header that says "Order"
Nate
#3
Posted 22 April 2005, 11:00
JEWbacca, on Apr 22 2005, 01:18 AM, said:
I figured it out, if anyone would like to know how to do it...
go to admin/orders.php
find:
place this right above it:
This places it right next to the header that says "Order"
Nate
go to admin/orders.php
find:
<td class="pageHeading" align="right"><?php echo tep_draw_separator('pixel_trans.gif', 1, HEADING_IMAGE_HEIGHT); ?></td>
place this right above it:
<td class="pageHeading"> Online Order # <?php print ($oID); ?></td>
This places it right next to the header that says "Order"
Nate
Excellent. Just what I was looking for














