Hotclutch Posted December 13, 2008 Share Posted December 13, 2008 Hi Where do I change the default value of 10 customer entries in the Admin - customers.php? Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted December 13, 2008 Share Posted December 13, 2008 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 More sharing options...
FIMBLE Posted December 13, 2008 Share Posted December 13, 2008 which page do you mean? the index page that shows when you first log in to admin? Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
FIMBLE Posted December 13, 2008 Share Posted December 13, 2008 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 More sharing options...
Hotclutch Posted December 13, 2008 Author Share Posted December 13, 2008 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 More sharing options...
Hotclutch Posted December 13, 2008 Author Share Posted December 13, 2008 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 More sharing options...
Hotclutch Posted December 15, 2008 Author Share Posted December 15, 2008 Would think in admin >> max values MAX_DISPLAY_SEARCH_RESULTS Thanks...so that setting controls both the catalog and admin side. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.