Cant Get More Then 100 Products Per Page To Show

Hi

I set products per page on appearance settings to 800 for administration panel

But when i check products on the categories section I

only have the option of seeing up to 100 per page.

When i click the drop down it only shows (10..20.30. up to 100).

I also cleared the cache and am using 4.3.7

As a matter of fact i just changed the orders per page to 200 and same thing happens.

When i make the appearance changes for customers its no problem.

Ive done this many times on other versions but im at my wits end on this version.

Hopefully someone can shed some light.

app/functions/fn.common.php

Find the fn_generate_pagination function and replace:

$max_pages = 10;
$per_page = 10;

with

$max_pages = 20;
$per_page = 40;

(!) Not tested

Hi

I set products per page on appearance settings to 800 for administration panel

But when i check products on the categories section I

only have the option of seeing up to 100 per page.

When i click the drop down it only shows (10..20.30. up to 100).

I also cleared the cache and am using 4.3.7

As a matter of fact i just changed the orders per page to 200 and same thing happens.

When i make the appearance changes for customers its no problem.

Ive done this many times on other versions but im at my wits end on this version.

Hopefully someone can shed some light.

try this free addon: http://www.hungryweb.net/cs-cart-addons/view-all-products.html

regards

John

app/functions/fn.common.php

Find the fn_generate_pagination function and replace:

$max_pages = 10;
$per_page = 10;

with

$max_pages = 20;
$per_page = 40;

(!) Not tested

Thank you very much as that did the trick.

Works perfectly now and learned something new.

Hopefully this will helps others as it looks to be a bug as its impossible to raise the products above 100 without

changing those above limits manually.

Not a bug, just an imposed limit. Reason is that on many sites, going beyond 100/page can signficantly impact performance and could ruin the customer experience. But there should be a way to increase it locally without code modifications.

Not a bug, just an imposed limit. Reason is that on many sites, going beyond 100/page can signficantly impact performance and could ruin the customer experience. But there should be a way to increase it locally without code modifications.

I understand that but the funny thing is that i was able to raise the limits on the customers end but wasnt able to do it on the adminstration side.

You would think it would be the other way around.

Thinking always gets me in trouble..... :-)

Thanks for the link to addon. Was able to fix it from prior post but the website does looks interesting .