How to delete order in PrestaShop?

As we all know there is no “delete” button in back-office to remove all “test” orders. It’s possible to remove records from the database, but there is to much unnecessary work to do so.

The easiest way is to add “deleteorder” parameter in URL.

Example:
index.php?controller=AdminOrders&id_order=20&vieworder&token=oH0ClAhLKEboJXv0Ee4RgUWlzG8yeKSR
Delete order
index.php?controller=AdminOrders&id_order=20&deleteorder&vieworder&token=oH0ClAhLKEboJXv0Ee4RgUWlzG8yeKSR

And that’s all. 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *