Hi
Trying to limit the amount of products shown in Products_new.php when viewed as View_all, not really sure where it is, at the moment its viewing all of the pages, which is too many, would like to select a number of products so it loads quicker.
Thank you
David
Products_new
-
BatteryTrader
- Contributor
- Posts: 153
- Joined: Thu Apr 11, 2024 7:18 am
- Phoenix Version: 1.1.0.3
- Has thanked: 3 times
- Been thanked: 17 times
-
BatteryTrader
- Contributor
- Posts: 153
- Joined: Thu Apr 11, 2024 7:18 am
- Phoenix Version: 1.1.0.3
- Has thanked: 3 times
- Been thanked: 17 times
Re: Products_new
No worries, think I found it
/includes/system/segments/sortable_product_colums.php
about line 67
was 999999, changed to 500
$num_list = (isset($_GET['view']) && ($_GET['view'] === 'all') ) ? 500 : MAX_DISPLAY_PRODUCTS_PER_PAGE;
/includes/system/segments/sortable_product_colums.php
about line 67
was 999999, changed to 500
$num_list = (isset($_GET['view']) && ($_GET['view'] === 'all') ) ? 500 : MAX_DISPLAY_PRODUCTS_PER_PAGE;