Okay in my admin/orders.php
The text you have in your install.txt file is NOT in my orders.php. I'm not talking about the text I have to add but this text <tr><td align="center">
<?php echo '<a href="' . zen_href_link(FILENAME_ORDERS_INVOICE, 'oID=' . $_GET['oID']) . '" TARGET="_blank">' . zen_image_button('button_invoice.gif', IMAGE_ORDERS_INVOICE) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS_PACKINGSLIP, 'oID=' . $_GET['oID']) . '" TARGET="_blank">' . zen_image_button('button_packingslip.gif', IMAGE_ORDERS_PACKINGSLIP) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('action'))) . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>';
?>
</td>
</tr>
<tr>
<td align="center">
<?php
There is some text kinda like that but different. So I don't know where to insert the extra code you want in there.


they were turned ON
I'm NEW but not THAT new. 
