How To Set Order Status Id Programatically In Prestashop

If you create orders programtically from backend, at a certain step you will need to add an order status to the order depending on the payment method selected. For instance if the client choose to pay by bank wire the status order in admin should be: Awaiting Bank wire check or something like that, in… Continue reading How To Set Order Status Id Programatically In Prestashop

How To Change Order Status Id Programatically In Prestashop

If you need to change order status id programtically for an order you need to complete few steps but nothing very complicated, you only need the order id where the status will be changed and the new status id you need to change. In the below code we will change the status for order which… Continue reading How To Change Order Status Id Programatically In Prestashop

How To Get Order Status ID In Prestashop

In this tutorial I will show you how to get order status id for a certain module, I mean let’s say you have installed as payment method the bank wire, when the client will pay using bank wire you will have to add an id to the order status. We are talking here about programatically… Continue reading How To Get Order Status ID In Prestashop