How To Remove 96 Products Per Page Option From Drop Down

Please help.... how can I remove 96 products per page options from filter drop down?

It is causing problems with hosting company as it is taking way longer to load and eating up time.

Appreciate your quick help.

Do I need to manually modify any function? If yes then which one..

Please help.... how can I remove 96 products per page options from filter drop down?

It is causing problems with hosting company as it is taking way longer to load and eating up time.

Appreciate your quick help.

Do I need to manually modify any function? If yes then which one..

Try to replace the following line:

$max_ranges = 4;

with this one:

$max_ranges = 3;

in the app/functions/fn.catalog.php file.