I have a small store that only sells about 12 items and are broken into 2 categories, one with 8 items and the other with 4. I'd like to turn off the pagination because I never go more than 1 page. Is there an option to turn this off? I would think this is a fairly common feature of any shopping cart.
I did find a hack fix that almost fixes this. In ProductLists.ascx, I put a div tag around the pagination items and added the style "display:none". This works except for 1 situation. If I am at my cart and click "Continue Shopping", it takes me back to my product listing without a category selected and it displays only the first 10 items. Now I need the pagination, but it's not displayed. Ideally, I would like to display all my items in this situation, but it does not look like I have that option anywhere. To get around this, I updated my config so my defualt category is not "all", but a specific category. This works, but again, there's 1 flaw. If a user is browsing category 2, then views their cart and selects "continue shopping", it takes them back to the default category 1 and not category 2 which is where they came from.
Is there an easier way to disable the pagination and default to display all items?