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