bigpedro Posted February 9, 2015 Share Posted February 9, 2015 Having difficulty deleting orders in bulk from the order area. If you check a few boxes and select the drop down to say "dont change order status" and then "delete" you get kicked back to the order screen with this message shown: Orders have been found that match your search The orders deleted havn't been deleted and they are still in the system. anyone else seen this? Regards Peter Quote Link to comment Share on other sites More sharing options...
bsmither Posted February 10, 2015 Share Posted February 10, 2015 Yes. A fix for a version prior to CC528 caused this problem. In the file /admin/sources/orders.index.inc.php, near the top:Was: if(isset($_POST['search'])) { httpredir('?_g=orders&'.http_build_query($_POST)); } Now: if(isset($_POST['search']) && !is_array($_POST['multi-order'])) { httpredir('?_g=orders&'.http_build_query($_POST)); } Quote Link to comment Share on other sites More sharing options...
bigpedro Posted February 11, 2015 Author Share Posted February 11, 2015 Thank You BSmither. Appreciate your help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.