Quote Originally Posted by DivaVocals View Post
The other issue is that the "Back" button on the edit_orders.php page only takes you back to the the Super Orders order list page (super_orders.php). It should take you back to the detail page of the order you were editing.. It's minor and I can live with it..
DivaVocals,

This was a really minor edit but if you're still interested.

  1. Open edit_orders.php.
  2. Search for
    PHP Code:
    zen_href_link(FILENAME_ORDERSzen_get_all_get_params(array('action'))) 
    around line 659 or so.
  3. Modify this so that it reads:
    PHP Code:
    zen_href_link(FILENAME_ORDERSzen_get_all_get_params(array('action')). "action=edit"
    .
  4. Save your file.

This should now take you back to the super_order.php file (if you altered the filenames.php file as instructed in super_orders readme file). Specifically to the screen you previously were on. Hope this helps.