Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2006
    Location
    NM
    Posts
    633
    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.
    Wolf Skafte-Zauss
    http://e-commerce-pros.com
    Tools for E-commerce Professionals

 

 

Similar Threads

  1. "Notify Customer" Order Update Emails Not Sending (using Edit Orders mod)
    By cupcake in forum Managing Customers and Orders
    Replies: 4
    Last Post: 10 Apr 2008, 02:04 PM
  2. Downloads Orders Status Settings - An EZ Solution!
    By vivaknievel in forum Managing Customers and Orders
    Replies: 5
    Last Post: 3 Aug 2007, 09:16 PM
  3. Can order status be updated to shipped via paypal module?
    By tj1 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 16 Sep 2006, 05:55 PM
  4. I can’t any longer install any SQL-patches.
    By PeterBKK in forum General Questions
    Replies: 3
    Last Post: 20 Aug 2006, 06:22 PM

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
  •