Title: Order admin page auto refresh ???
Last modified: August 21, 2016

---

# Order admin page auto refresh ???

 *  Resolved [botnawi](https://wordpress.org/support/users/botnawi/)
 * (@botnawi)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/order-admin-page-auto-refresh/)
 * Hey
 * is there a solution to the administration order page refresh automatically after
   receiving a new order?
 * [https://wordpress.org/plugins/jigoshop/](https://wordpress.org/plugins/jigoshop/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [OptArt](https://wordpress.org/support/users/optart/)
 * (@optart)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/order-admin-page-auto-refresh/#post-4934512)
 * hi @botnavi,
    there is nothing allowing such behaviour but in chrome/firefox 
   there are plugins allowing you to set refreshing browser tab each X seconds –
   maybe that would do what you need?
 *  Thread Starter [botnawi](https://wordpress.org/support/users/botnawi/)
 * (@botnawi)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/order-admin-page-auto-refresh/#post-4934570)
 * there are functions in PHP or JAVASCRIPT that can do this, any file in the plugin
   relate these changes?
 *  [OptArt](https://wordpress.org/support/users/optart/)
 * (@optart)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/order-admin-page-auto-refresh/#post-4934594)
 * I wouldn’t suggest changes in plugin as they would get lost when you upgrade.
   
   If you want to edit it anyway, look in “admin” directory of jigoshop plugin files
 *  Thread Starter [botnawi](https://wordpress.org/support/users/botnawi/)
 * (@botnawi)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/order-admin-page-auto-refresh/#post-4934648)
 * I managed to do that, you can put it in the version that comes
 *  [OptArt](https://wordpress.org/support/users/optart/)
 * (@optart)
 * [12 years ago](https://wordpress.org/support/topic/order-admin-page-auto-refresh/#post-4934663)
 * Hi botnavi,
    good to hear, can you share your code changes here? it’s not necessarily
   expected behaviour so probably we’ll think of adding option to enable/disable
   such thing
 *  Thread Starter [botnawi](https://wordpress.org/support/users/botnawi/)
 * (@botnawi)
 * [12 years ago](https://wordpress.org/support/topic/order-admin-page-auto-refresh/#post-4934716)
 * Hi,
    Yes of course, so in the “admin” folder was the “jigoshop-admin-post-types.
   php” file and open the “function jigoshop_custom_order_columns ($ column) {” 
   we’ll add the PHP code:
 * $url=$_SERVER[‘REQUEST_URI’];
    header(“Refresh: 60; URL=$url”);
 * 60 is time to refresh in seconds
 *  [OptArt](https://wordpress.org/support/users/optart/)
 * (@optart)
 * [12 years ago](https://wordpress.org/support/topic/order-admin-page-auto-refresh/#post-4934718)
 * thank you
 *  Thread Starter [botnawi](https://wordpress.org/support/users/botnawi/)
 * (@botnawi)
 * [12 years ago](https://wordpress.org/support/topic/order-admin-page-auto-refresh/#post-4934725)
 * you are welcome 🙂

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Order admin page auto refresh ???’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jigoshop_655549.svg)
 * [Jigoshop](https://wordpress.org/plugins/jigoshop/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jigoshop/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jigoshop/)
 * [Active Topics](https://wordpress.org/support/plugin/jigoshop/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jigoshop/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jigoshop/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [botnawi](https://wordpress.org/support/users/botnawi/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/order-admin-page-auto-refresh/#post-4934725)
 * Status: resolved