Jump to content

Bug on order status change on backoffice


yourzed

Recommended Posts

Hi, I have the prestashop version: 1.7.2.1.

The shop is working as expected, but sometimes, on specific orders, It doesn't let you to change the order status. It gives a generic error, and on the logs it doen't say nothing. I have been debuging the code and I found that it all works until:

Hook::exec('actionOrderStatusUpdate', array('newOrderStatus' => $new_os, 'id_order' => (int)$order->id), null, false, true, false, $order->id_shop);

On the /classes/order/OderHistory.php

The $new_os variable has the object correct and the $order variable also....

Any ideas?

Thanks

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...