Jump to content

Deleting John Doe


Recommended Posts

Within orders, when you click to view the invoice you see the url does something like

 

http://myshop/admin/index.php?controller=AdminOrders&id_order=1&vieworder&token=d149c82ce15a1b7928f3f73bc94155a8

 

See vieworder replace with deleteorder

 

http://myshop/admin/index.php?controller=AdminOrders&id_order=1&delteorder&token=d149c82ce15a1b7928f3f73bc94155a8

 

then hit enter. Enjoy

Edited by cocothecat (see edit history)
  • Like 3
Link to comment
Share on other sites

Within orders, when you click to view the invoice you see the url does something like

 

http://myshop/admin/index.php?controller=AdminOrders&id_order=1&vieworder&token=d149c82ce15a1b7928f3f73bc94155a8

 

See vieworder replace with deleteorder

 

http://myshop/admin/index.php?controller=AdminOrders&id_order=1&delteorder&token=d149c82ce15a1b7928f3f73bc94155a8

 

then hit enter. Enjoy

 

There is also a way to enable the delete button, however traces of the order will be left in the database. Deleting it with the module is like never having had it (except for the order ID, which will not be reset)

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...