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?
there are functions in PHP or JAVASCRIPT that can do this, any file in the plugin relate these changes?
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
I managed to do that, you can put it in the version that comes
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
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