cartman Posted March 28, 2007 Posted March 28, 2007 Does anyone know where the varibable is which controls the number of pages in the select box at the bottom of customer.php. The code is <td class="smallText" align="right"><?php echo $customers_split->display_links($customers_query_numrows, MAX_DISPLAY_SEARCH_RESULTS, MAX_DISPLAY_PAGE_LINKS, $HTTP_GET_VARS['page'], tep_get_all_get_params(array('page', 'info', 'x', 'y', 'cID'))); ?></td> We have 78 pages that I can get to in the URL but the select box is maxed out at 60. I've tried working with the obvious variables but haven't had any luck. Any insight on this? Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.