Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Keep Selected Orders Status History Tab


raiwa

Recommended Posts

If you would like to stay on the Orders Status History Tab after clicking the Update Button, the following small modification will do it:

In admin/orders.php find:

  <div id="section_status_history_content">
    <?php echo tep_draw_form('status', 'orders.php', tep_get_all_get_params(array('action')) . 'action=update_order'); ?>

change to:

  <div id="section_status_history_content">
    <?php echo tep_draw_form('status', 'orders.php', tep_get_all_get_params(array('action')) . 'action=update_order#section_status_history_content'); ?>

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...