devilsown Posted November 10, 2012 Share Posted November 10, 2012 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 More sharing options...
El Patron Posted November 11, 2012 Share Posted November 11, 2012 you would just use the same code as 'shipped' except put a ! in front of the statement (for not)... Link to comment Share on other sites More sharing options...
devilsown Posted November 11, 2012 Author Share Posted November 11, 2012 Issue is i don't see the querry/code. is it in some sort of global file? Link to comment Share on other sites More sharing options...
El Patron Posted November 11, 2012 Share Posted November 11, 2012 the back office admin tabs are very difficult to understand... it obtains the drop down fields by reading the table you can see in back office-->orders-->statuses little short on time for this...so I hope that gets you pointed in the right direction... Link to comment Share on other sites More sharing options...
devilsown Posted November 11, 2012 Author Share Posted November 11, 2012 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 More sharing options...
devilsown Posted November 11, 2012 Author Share Posted November 11, 2012 I found the query, it was out of the admin folder it was in the classes/orders.php so now i got something i can play around with and should be able to do it now thanks. Link to comment Share on other sites More sharing options...
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