This is the support thread for Orderlist for OSC 2.3.1 download here: http://addons.oscommerce.com/info/8329
From the New improved Orderlist v5.1 from insomniac2 / www.terracomp.ca
Changed slightly to work in OSC 2.3.1 by Mort-Lemur, all credit to the original authors.
Coding could do with cleaning-up, but it works well for now.
______________________________________
Orderlist works on the admin side and provides a simple at a glance view of all orders at the defined status, or within a date range. Click on the order number to view individual orders.
I use this more than any other admin function for processing orders.
Enjoy
Latest News: (loading..)
Orderlist for 2.3.1
Started by Mort-lemur, Feb 01 2012, 21:45
3 replies to this topic
#1
Posted 01 February 2012, 21:45
Now my store is the way I want it - Secure, working well, and good Google Ranks - Thanks to all for the help given.
If you want to see the mods I have installed, then see my profile.
If you want to see the mods I have installed, then see my profile.
#2
Posted 02 February 2012, 14:06
A little tip,
If the orderlist page is displaying too much information then you can change this as follows:
in admin/orderlist.php around line 391 onwards there are a series of echo statements eg:
Simply comment out the echo's that you do not wish to appear. eg.
Thanks
If the orderlist page is displaying too much information then you can change this as follows:
in admin/orderlist.php around line 391 onwards there are a series of echo statements eg:
echo OL_BILLING_SUBURB . ' ' . $orders['billing_suburb'] . '<br>';
Simply comment out the echo's that you do not wish to appear. eg.
// echo OL_BILLING_SUBURB . ' ' . $orders['billing_suburb'] . '<br>';
Thanks
Edited by Mort-lemur, 02 February 2012, 14:06.
Now my store is the way I want it - Secure, working well, and good Google Ranks - Thanks to all for the help given.
If you want to see the mods I have installed, then see my profile.
If you want to see the mods I have installed, then see my profile.
#3
Posted 24 February 2012, 21:27
This is an awesome contribution but I'm running into a few of problems.
1.When I try to search by "Past Days" I always get zero results.
2. When I search by date range example February 1, 2012- February 24, 2012 (today), It will only display up to February 23 2012. I have to enter February 25, 2012 to get results for todays (Feb 24, 2012) orders.
3. When I seach by Date Range example February 17, 2012- February 25, 2012 its shows every order even before February 17, 2012.
Any idea of how to fix this?
1.When I try to search by "Past Days" I always get zero results.
2. When I search by date range example February 1, 2012- February 24, 2012 (today), It will only display up to February 23 2012. I have to enter February 25, 2012 to get results for todays (Feb 24, 2012) orders.
3. When I seach by Date Range example February 17, 2012- February 25, 2012 its shows every order even before February 17, 2012.
Any idea of how to fix this?
#4
Posted 24 February 2012, 21:46
Hi,
To be honest the dates functions even in the original orderlist contribution have always been "difficult" I think there are some date coding errors that need fixing - but by someone with better PHP skills than me Im afraid
To be honest the dates functions even in the original orderlist contribution have always been "difficult" I think there are some date coding errors that need fixing - but by someone with better PHP skills than me Im afraid
Now my store is the way I want it - Secure, working well, and good Google Ranks - Thanks to all for the help given.
If you want to see the mods I have installed, then see my profile.
If you want to see the mods I have installed, then see my profile.














