Jump to content

Order status update


euronova

Recommended Posts

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` = 4
WHERE `id_order` = 1
OR `id_order` = 2
OR `id_order` = 3
OR `id_order` = 4
OR `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

  • 4 weeks later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...