Hi Guys,

I am attempting to bulk update a list of order id's.

In the admin/order list (admininstration/views/order/List.cshtml) I have added a checkbox to the list of orders and a button to mark them as shipped.

Now I am passing the id's of the selected checkboxes to the same page via querystring, i.e /Admin/Order/List?ids=1,2,3,4

So I need some way of being able to invoke the order status of those order id's in a loop but due to my lack of knowledge with MVC and nopCommerce this is where i'm stuck. I presume I need to call the OrderController and update the statuses.

I also need it to send the emails, i.e impersonate the 'Shipped' button being clicked when you view the order.

Once this is complete i'll have bulk updating of orders to 'shipped' status and can share my code.

Thanks in advance!

Dave