Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Split page results in Admin\customers.php


Hotclutch

Recommended Posts

Would think in admin >> max values

 

MAX_DISPLAY_SEARCH_RESULTS

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

if it is then you set it in admin / includes / modules / index / customers.php

Line 20 looks like this

 

$customers_query = tep_db_query("select c.customers_id, c.customers_lastname, c.customers_firstname, ci.customers_info_date_account_created from " . TABLE_CUSTOMERS . " c, " . TABLE_CUSTOMERS_INFO . " ci where c.customers_id = ci.customers_info_id order by ci.customers_info_date_account_created desc limit 10");

 

all you need to do is change the number at the end

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

if it is then you set it in admin / includes / modules / index / customers.php

Line 20 looks like this

 

$customers_query = tep_db_query("select c.customers_id, c.customers_lastname, c.customers_firstname, ci.customers_info_date_account_created from " . TABLE_CUSTOMERS . " c, " . TABLE_CUSTOMERS_INFO . " ci where c.customers_id = ci.customers_info_id order by ci.customers_info_date_account_created desc limit 10");

 

all you need to do is change the number at the end

 

It is the page that displays the list of customers in Admin (Admin - Customers BOX - Customers).

Link to comment
Share on other sites

if it is then you set it in admin / includes / modules / index / customers.php

Line 20 looks like this

 

$customers_query = tep_db_query("select c.customers_id, c.customers_lastname, c.customers_firstname, ci.customers_info_date_account_created from " . TABLE_CUSTOMERS . " c, " . TABLE_CUSTOMERS_INFO . " ci where c.customers_id = ci.customers_info_id order by ci.customers_info_date_account_created desc limit 10");

 

all you need to do is change the number at the end

 

This is also handy because default is only 6.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...