Page 1 of 1

Products_new

Posted: Sat Nov 15, 2025 3:39 pm
by BatteryTrader
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

Re: Products_new

Posted: Sat Nov 15, 2025 4:01 pm
by BatteryTrader
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;