Page 1 of 1

User Select # of items oer page

PostPosted: Tue Jan 17, 2012 2:32 pm
by ajhauser
Hey all,
I was wondering if there was a way to give users the ability to display as many items as they wanted to on a page - or is that impossible because the pages are generated and static? Just a drop down, like [5 | 15 | 25 | 50 | Display ALL]

The client wants it.
Thank you very much for the help.

Re: User Select # of items oer page

PostPosted: Tue Jan 17, 2012 4:02 pm
by Jim
Since the pages are static you can't really allow the shopper to determine how many products to display on the fly. You could create pages with certain set number of products (5,10,25 etc) and then link to those pages but that would create a lot of extra pages since you would need paginated pages for each set.

It would also be possible to do this using search instead of the static html pages.

Re: User Select # of items oer page

PostPosted: Wed Jan 18, 2012 1:22 am
by ajhauser
Ok thank you - that's kind of what I thought but I wasn't sure.