Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2006
    Location
    Texas/USA
    Posts
    35
    Plugin Contributions
    0

    Default Admin Home layout question

    From the Admin Home area, I have information displayed at quick glance as in New Customers, New Orders, and various Statistics.

    I really would like to increase the amount of New Orders displayed from the five that it shows. It bumps them off from recent orders. Is there a place this can be changed?

    In addition, is there a place that I can edit what shows up on here, maybe there is something else I would like to see at quick glance?

    Thanks!

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Admin Home layout question

    Quote Originally Posted by Paradigm81 View Post
    I would really would like to increase the amount of New Orders displayed from the five that it shows.
    Use your developers tool kit and look up new orders.
    1. Look for a file in admin
    2. Look at code and find products displayed 5 and change to want you want

    I have not downloaded the contribution, but this tool is in admin/tools

  3. #3
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Admin Home layout question

    Try looking at Admin>configuration>Maximum Values>Maximum Orders Detail Display on Admin Orders Listing.
    Isn't that it?
    0=unlimited
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  4. #4
    Join Date
    Aug 2006
    Location
    Texas/USA
    Posts
    35
    Plugin Contributions
    0

    Default Re: Admin Home layout question

    Quote Originally Posted by Get Em Fast View Post
    Try looking at Admin>configuration>Maximum Values>Maximum Orders Detail Display on Admin Orders Listing.
    Isn't that it?
    0=unlimited
    Mine is set at 0 so I don't believe this is the same. The response from previous poster seems to be accurate, it's in the hosting control panel code.

  5. #5
    Join Date
    Aug 2006
    Location
    Texas/USA
    Posts
    35
    Plugin Contributions
    0

    Default Re: Admin Home layout question

    Quote Originally Posted by haredo View Post
    Use your developers tool kit and look up new orders.
    1. Look for a file in admin
    2. Look at code and find products displayed 5 and change to want you want

    I have not downloaded the contribution, but this tool is in admin/tools
    I cannot get any results searching for "new orders" to locate where to change, i've tried variations to find where to change the quantity, but no luck. Thanks anyway....

  6. #6
    Join Date
    Aug 2006
    Posts
    231
    Plugin Contributions
    0

    Default Re: Admin Home layout question

    The number of orders shown on the admin home page is set in the sql statement found on (approximately) line 165 of the index.php file in the admin folder.

    At the end of this statement, it says

    ...DESC limit 5");

    You can change that 5 to any other number you wish (I changed it to a 10).

    I also put in a link around that table header (line 164 - approximately).

    Changing
    <?php echo BOX_ENTRY_NEW_ORDERS; ?>
    to
    <a href="orders.php"><?php echo BOX_ENTRY_NEW_ORDERS; ?></a>

    So that it provides a quick link to the Customers|Orders page.

 

 

Similar Threads

  1. Home Page Layout
    By vanessac in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 14 May 2011, 01:28 PM
  2. Customizing Admin Index (Home) Page Question
    By firstimpression in forum General Questions
    Replies: 0
    Last Post: 5 Nov 2009, 12:12 AM
  3. Home Page Layout Question
    By EPA570 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 Jul 2009, 09:54 AM
  4. Home page layout
    By gfds in forum Basic Configuration
    Replies: 0
    Last Post: 10 Mar 2008, 11:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg