Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Changing order status back to new?

  1. #1
    2ndSwing is offline Junior Member
    Join Date
    Oct 2012
    Posts
    1

    Default Changing order status back to new?

    Is there a way in the back end to change the order status back to new for any order?

  2. #2
    StorefrontUnited is offline Junior Member
    Join Date
    Jul 2011
    Posts
    4

    Default Changing order status back to new?

    Hi,

    As we know, currently the only way to change the order status back to new is using the SQL statement in the admin site.

    Our developers in house could customize this tool on your website for you. If you are interested in working with us, you could send your requriements to analysis@storefrontunited.com. Our staff will get back to you in 24 hours.
    Thanks,
    Peter
    Sales Team
    Storefront United Ltd
    peter@storefrontunited.com
    www.storefrontunited.com
    Tel (281)-506-0167
    Fax (281)-676-5615

  3. #3
    PowerProducts is offline Member
    Join Date
    Oct 2010
    Location
    Spokane, WA
    Posts
    40

    Default

    Quote Originally Posted by 2ndSwing View Post
    Is there a way in the back end to change the order status back to new for any order?
    This is incredibly simple if you have RDP access to your sites server and SQL management studio. IsNew is the 6th column in the orders table and you simply have to change it from 0 back to 1. That is it.
    As always, be very careful when touching your database and make a backup before making any serious changes. I personally spend A LOT of time directly in the database because it is so much faster then using the back end of the website.
    Good luck!
    Currently running 9.3 Multistore on 5 sites.

  4. #4
    Skriver is offline Senior Member
    Join Date
    Apr 2012
    Posts
    188

    Default

    If you develop the SQL script you can run it from the admin portal.