Page 1 of 1

Delete an order

Posted: Mon Nov 10, 2008 4:25 pm
by DS1
There needs to be a way to delete an order and also to delete a user.

Re: Delete an order

Posted: Tue Nov 11, 2008 10:04 am
by Mike718NY
You can make this code update that Joe made and then be able
to delete orders.
I actually just added this code last week and it works great.

viewtopic.php?f=47&t=6530&hilit=+delete+order

Re: Delete an order

Posted: Tue Nov 11, 2008 11:33 am
by mazhar
You can customize the orders grid view in Admin/Orders/Default.aspx and make a delete button available in it just like in the catalog. All you need to do is to load that specific order and call Delete() on it.