kylem Posted November 30, 2010 Share Posted November 30, 2010 Hi, does anybody know how to delete the fictitious John Doe from the Backoffice>Orders? I managed to cancel his check and products - but can't seem to evict him from the system.Thanks Link to comment Share on other sites More sharing options...
Pippo3000 Posted November 30, 2010 Share Posted November 30, 2010 Hi, does anybody know how to delete the fictitious John Doe from the Backoffice>Orders? I managed to cancel his check and products - but can't seem to evict him from the system.Thanks click = open his order. you will see the respective html string in your browser's address line. there it says rather in the second half vieworder, e.g. id_order=133&vieworder&token=7c1f73553faf0dedit that address line and replace view in vieworder with delete (to read deleteorder) and then hit enter.voilá.phil Link to comment Share on other sites More sharing options...
kylem Posted November 30, 2010 Author Share Posted November 30, 2010 Yes voila J Doe is gone - thanks Phil Link to comment Share on other sites More sharing options...
Pippo3000 Posted November 30, 2010 Share Posted November 30, 2010 Yes voila J Doe is gone - thanks Phil fine. note that there is a more permanent hack available somewhere on this forum which gives you something like a delete button but I never tried that. I just do one test order every once in a while and delete them with trick above. but in case you have many test orders...phil Link to comment Share on other sites More sharing options...
brasofilo Posted December 27, 2010 Share Posted December 27, 2010 the hack is in this thread:http://www.prestashop.com/forums/viewthread/82982/configuration_et_utilisation_de_prestashop/resolucomment_retirer_du_bo_une_commande_dont_le_client_a_ete_supprime_translation:1. open AdminOrders.php (found in: admin -> tabs -> AdminOrders.php)2. you see this in line 25: $this->colorOnBackground = true; 3. put this bellow: $this->delete = true; 4. now in the Orders tab you can delete any order Link to comment Share on other sites More sharing options...
Edgeco Posted March 6, 2011 Share Posted March 6, 2011 Hi, does anybody know how to delete the fictitious John Doe from the Backoffice>Orders? I managed to cancel his check and products - but can't seem to evict him from the system.Thanks click = open his order. you will see the respective html string in your browser's address line. there it says rather in the second half vieworder, e.g. id_order=133&vieworder&token=7c1f73553faf0dedit that address line and replace view in vieworder with delete (to read deleteorder) and then hit enter.voilá.phil Hi Phil...I removed about twenty orders using the above and that worked fine thanks but now I find that NEW orders are not registering on the order sheet, although they are showing up in the Customer file. What have I done? Will appreciate your urgent help please. Philip Link to comment Share on other sites More sharing options...
babyewok Posted March 18, 2011 Share Posted March 18, 2011 Hmm, this doesn't seem to make any difference with version 1.3.7 - it has worked with previous a 1.3 version, however with 1.3.7, I don't get the red cross appearing next to each order Link to comment Share on other sites More sharing options...
babyewok Posted March 18, 2011 Share Posted March 18, 2011 ignore me - that's the second time today I've been an idiot! Link to comment Share on other sites More sharing options...
bonbontamura Posted June 3, 2011 Share Posted June 3, 2011 heey thanks for the tip. finally the order from john doe is gone! Link to comment Share on other sites More sharing options...
Farid Zenon Posted September 24, 2011 Share Posted September 24, 2011 click = open his order. you will see the respective html string in your browser's address line. there it says rather in the second half vieworder, e.g. id_order=133&vieworder&token=7c1f73553faf0d edit that address line and replace view in vieworder with delete (to read deleteorder) and then hit enter. voilá. phil Thank you for this tutorial Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now