Show rejected orders

Hi.

I would like to have the rejected orders to show up on the start page in admin.
And not just when I click on orders.
If its possible I would even like to have an email sent with the info that the order has been rejected.

It would also have been nice if the customer who gets a rejected order got the info that they cant choose this payment metod and get redirected to the cart. Where they get the info that they are more than welcome to choose some of the direct pay metods.
tim
I would like to have the rejected orders to show up on the start page in admin.


In admin/orders.widget/orders.inc.php

**Find**

    where o.order_status_id


**Remove the line completely**

In an upcoming version of LiteCart I have been thinking of logging failed payents to the error log. Using the error reporter in 1.3.4.1 you would be able to recceive daily notifications.

It would also have been nice if the customer who gets a rejected order got the info that they cant choose this payment metod and get redirected to the cart. Where they get the info that they are more than welcome to choose some of the direct pay metods.


You can pass some notices straight from the module before it escapes/returns from a method:

notices::add('errors|warnings|notices', 'You are more than welcome to choose some of the direct pay metods');