Jump to content

Select 20 products per page - WITHOUT click the OK button


Recommended Posts

How can i select 20 products per page (or any other option number from the dropdown list) without the click on the "OK" button step?

This is already done at the "sort products" by: price ascending, descending, etc on the top of the products list page.
How can i apply it to the "products per page" ?

Link to comment
Share on other sites

  • 3 weeks later...

I think I've done it by changing the theme's pagination.tpl to look like this (the last lines generating the form):

<form action="{if !is_array($requestNb)}{$requestNb}{else}{$requestNb.requestUrl}{/if}" class="pagination">


{l s='items:'}

               {foreach from=$nArray item=nValue}
{$nValue|escape:'htmlall':'UTF-8'}
               {/foreach}


       </form>

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 months later...

Man, loads of people are asking for this solution. This is like the 6th post where a number of peeps ask the same question...

I am replying to every such post in order to subscribe as well as bump.

I need this solution bad.

Regards,

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...