Products_new

Open to all! Ask other shopowners for help.
Post Reply
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

Products_new

Post 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


Join The Code Co-op to get access to your library in the Code Co-op Forum
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

Post 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;


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply