Jump to content

Problem With Bulk Deleting Orders in Cubecart 5.2.8


bigpedro

Recommended Posts

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

Link to comment
Share on other sites

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));
}
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...