euronova Posted March 22, 2016 Share Posted March 22, 2016 Hello,I have prestashop 1.6.1.4.When a customer places an order everything works fine, status updates to payment accepted and everything is as it should be.When I ship the item and try to manually update the status to shipped. It doesn't change. The screen refreshes and it's still on payment accepted. If I enter a query in the database, like this: UPDATE `psrd_order_history`SET `id_order_state` = 4WHERE `id_order` = 1OR `id_order` = 2OR `id_order` = 3OR `id_order` = 4OR `id_order` = 5; then it will update the status to shipped for all of the id_order numbers given. When I browse to my orders page they are all still showing payment accepted but if I click on the order its showing shipped. Obviously its not practical to run a query for every order as I'm ready to ship them, is there any way to fix this?Thanks in advance! Link to comment Share on other sites More sharing options...
euronova Posted April 17, 2016 Author Share Posted April 17, 2016 Thankyou, updating the database is the only way I can change my order status at the moment. I will check the file you mention, am I looking for anything specific in there? I've tried replacing the file with one from a fresh install but I can't solve the issue. Link to comment Share on other sites More sharing options...
euronova Posted April 17, 2016 Author Share Posted April 17, 2016 The problem has been present since it was first installed. Far before I had to use the DB to update the status Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now