How to remove "items per page" from cateogy view?

Can anyone tell me where to look for that menu with the “items per page”? I’d like to have it fixed at 24 per page and remove the option to change it. There are unnecessary links it generates for indexing (which are totally useless) which I found I’ll probably able to disallow with “Disallow: /*?”, but I still want to remove the drop-down menu.

I can change it in the code, no need to make a my changes hook.

Hello

/design/themes/responsive/templates/views/products/components/sorting.tpl

You can try overriding this template in your own changes and removing this section.

Best regards
Robert

1 Like

Thank you, that definitely did the trick!

Hello

You are welcome :slight_smile:

Best regards
Robert

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.