Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Orderlist for 2.3.1


3 replies to this topic

#1 Mort-lemur

  • Community Member
  • 1,045 posts
  • Real Name:Heather
  • Gender:Female
  • Location:UK

Posted 01 February 2012, 21:45

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
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.

#2 Mort-lemur

  • Community Member
  • 1,045 posts
  • Real Name:Heather
  • Gender:Female
  • Location:UK

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:

echo OL_BILLING_SUBURB . '&nbsp;' . $orders['billing_suburb'] . '<br>';

Simply comment out the echo's that you do not wish to appear. eg.

// echo OL_BILLING_SUBURB . '&nbsp;' . $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.

#3 giomorin

  • Community Member
  • 3 posts
  • Real Name:Gio

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?

#4 Mort-lemur

  • Community Member
  • 1,045 posts
  • Real Name:Heather
  • Gender:Female
  • Location:UK

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
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.