PrestaShop hook: postUpdateOrderStatus

You can display some module data in PrestaShop front-office or back-office by using some hooks. In this case we will write something about hook named postUpdateOrderStatus.


This hook is called when an order's status is changed, right after it is actually changed.

Talk about this

Other hooks