Jump to content

Admin Home Page Orders area want to not show shipped orders


devilsown

Recommended Posts

Anyone have any sort of idea on how to make not show "shipped orders" I was wanting it to only show whats pending and processing.

 

 

$orders = Order::getOrdersWithInformations(10);

$i = 0;

foreach ($orders AS $order)

 

 

 

I don't see any sort of sql to edit it or limit If anyone could point me in the right direction i would appreciate it.

Link to comment
Share on other sites

Thanks very much for your help. I do really appreciate it.

 

I am talking about the orders that are listed in the main area of the home page Just under the status for the week. I am trying to get it to list out only pending orders. But i guess what i am looking for is in another file somewhere.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...