Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    help question Correct Order Status on multiple orders

    Somehow a batch of old orders, about 500 of them, that were status: shipped got changed to status: prosessing. What is the best way to go about moving them back to shipped? Would I use a sql statement? or open the database and manually change it in the table where it resides? Any other ideas?

  2. #2
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    289
    Plugin Contributions
    3

    Default Re: Correct Order Status on multiple orders

    Hi there
    It would be easiest using a sql statement. However there would need to be something common for all orders to make this work. Eg you could use the date. The satement based on date would be:
    update `zen_orders` set `orders_status` = 3 WHERE zen_orders.date_purchased >= '2007-01-15' and zen_orders.date_purchased <= '2007-01-21'
    You would need to change dates as per you range and if you don't use the 'zen_" prefix in your database you would also remove the prefix from above statement.

 

 

Similar Threads

  1. Replies: 2
    Last Post: 13 May 2015, 12:03 AM
  2. v154 Authorize.net (AIM) not setting correct order status (started post v1.5.4 upgrade)
    By DivaVocals in forum Built-in Shipping and Payment Modules
    Replies: 18
    Last Post: 2 May 2015, 02:35 AM
  3. v150 Order list doesn't show the correct payment status
    By kalastaja in forum Managing Customers and Orders
    Replies: 3
    Last Post: 29 Sep 2013, 04:03 AM
  4. changing status on multiple orders...
    By gorie in forum Managing Customers and Orders
    Replies: 1
    Last Post: 3 Jan 2011, 08:19 PM
  5. Orders- Update status of order, delete order or print order paperwork.
    By dandownunder in forum Managing Customers and Orders
    Replies: 6
    Last Post: 8 Aug 2006, 09:11 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR