alwayspaws Posted November 30, 2017 Posted November 30, 2017 I have a few test orders and want to delete them but do not see where to do it in the orders section.
30knees Posted November 30, 2017 Posted November 30, 2017 There is no possibility, unfortunately, as far as I am aware. This is also something that should be fixed for this: https://forum.thirtybees.com/topic/1135/new-general-data-protection-regulation-2018-05-25
SLiCK_303 Posted November 30, 2017 Posted November 30, 2017 You'll want to do this as an override. Open AdminOrdersController.php and find.. $this->addRowAction('view'); after on a new line add.. $this->addRowAction('delete'); now you can delete any order. Be careful though, as there is no "are you sure" message or anything. 1
alwayspaws Posted November 30, 2017 Author Posted November 30, 2017 @SLiCK_303 I appreciate it but I'm trying to avoid using overrides. I'll just leave it alone and let it aggravate me until it goes away. (Meaning when there are enough orders to push them down out of my sight). :) Thanks for the help!
Baarssen Posted November 30, 2017 Posted November 30, 2017 Try this ? i certainly know you can do it that way :dancer: https://mypresta.eu/modules/administration-tools/delete-orders-free.html https://www.screencast.com/t/ZVavv4N6KJbw Ofcourse download the 1.6 version
alwayspaws Posted November 30, 2017 Author Posted November 30, 2017 @Baarssen I'll check it out. Thanks for the note about getting the version for PS 1.6 @SLiCK_303 Always a good idea to show modules first, please, before having to edit code. :) Code and I are not the best of friends. That module is from one of my fave developers - Vekia. :) I installed it and I entered the two test order numbers I wanted to delete and clicked the trash can but they are still there. I cleared the cache and they are still there. That was Chrome. Then I tried FF and they are still there. Any ideas (besides overrides. lol)?
Traumflug Posted December 1, 2017 Posted December 1, 2017 There's also the "thirty bees cleaner" module. It allows to delete (test) orders together with (test) customers by a mouse click.
bzndk Posted December 1, 2017 Posted December 1, 2017 but the cleaner removes everything besides test orders to.
alwayspaws Posted December 2, 2017 Author Posted December 2, 2017 @mdekker said in How to delete test orders?: How to delete test orders? If you visit the order list, copy the URL of a view or edit button, paste this in your address bar and replace view or edit with delete, the order will be deleted instead. Easy and works perfectly! Thank you, Michael! 1
30knees Posted December 4, 2017 Posted December 4, 2017 @alwayspaws But please note that it doesn't properly delete the orders (and I think also not the stock - did you check whether it replenishes the stock?). See this post: https://forum.thirtybees.com/topic/793/suggestion-delete-orders-directly-in-the-backend
alwayspaws Posted December 4, 2017 Author Posted December 4, 2017 @30knees I looked at the post you referenced before replying here. I did check my stock but it did not affect it because the tests were just to test part of the functionality of the Amazon login and pay. Those test orders were done by Amazon tech-support. They did not pay for the orders. I’m happy with this solution but if it was a real order that was seen through to the end, I’d want to remove it myself to check inventory.
remindfwd Posted February 9, 2022 Posted February 9, 2022 Old post, same problem. If you have database access, delete orders from there ("orders" table).
toplakd Posted February 9, 2022 Posted February 9, 2022 I'm using free module from mypresta. https://mypresta.eu/modules/administration-tools/delete-orders-free.html
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