Quote Originally Posted by yesaul View Post
Hi!

Is this correct? ( $order->id ?? )

HTML Code:
<td colspan="2" align="right" class="noprint"><?php echo '<a href="' . zen_href_link(FILENAME_ORDERS_INVOICE, 'oID=' . $order->id) . '" target="_blank">' . zen_image_button('button_invoice.gif', IMAGE_ORDERS_INVOICE) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS_PACKINGSLIP, 'oID=' . $order->id) . '" 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_orders.gif', IMAGE_ORDERS) . '</a>' . $extra_buttons; ?></td>
(line #758 in modified YOUR_ADMIN\orders.php)
No, it is not! In each case, that $order->id should be $_GET['oID']. I'll get this updated in the plugin's GitHub repository and ready for a 4.2.1 release. Thanks for the report!