AndrewH2013 Posted May 16, 2013 Share Posted May 16, 2013 Hi All I am developing a website using prestashop 1.5. I have a list of 'product categories' on a single page. I want to add a pagination on that list of categories. The page that I want to add the pagination to is here: http://fantasticrugs...roller=category I want to limit the number of results to 5 product categories per page, and I also want to have a pagination at the bottom of the page. How do I achieve this??? Is there a module I need to use to achieve this?? PS: I am aware that you can enable pagination in the back end admin, (but this only seems to effect a list of 'products' and it does not effect a list of 'categories') Therefore I desperately need to know how to paginate a list of categories. Any help would be much appreciated Regards Andrew Link to comment Share on other sites More sharing options...
vekia Posted May 16, 2013 Share Posted May 16, 2013 without core modification it isn't possible to add pagination there. If you want to add pagination here, you have to modify the CategoryController located in controllers/front/categorycontroler.php + some modifications in Category class (classes/category.php) + template file modification (themes/your_theme/category.tpl) it isn't as simple as it seems Link to comment Share on other sites More sharing options...
AndrewH2013 Posted May 16, 2013 Author Share Posted May 16, 2013 Hi Vekia.....Thanks for your prompt reply Link to comment Share on other sites More sharing options...
vekia Posted May 16, 2013 Share Posted May 16, 2013 You're welcome feel free to write if you've got any question related to this thread regards Link to comment Share on other sites More sharing options...
luigicarlini Posted December 10, 2013 Share Posted December 10, 2013 I have a similar question: is it possible to add a pagination in the module "home featured"? i tried to work on the code of the homefeatured.tpl folder, but i couldn't do it (i'm not a professional programmer, 'm more a webdesigner with some little programmation skills) Link to comment Share on other sites More sharing options...
vekia Posted December 10, 2013 Share Posted December 10, 2013 without modification it's not possible. it will be much easier to use some sliders with pagination than modification of core and module code. Link to comment Share on other sites More sharing options...
luigicarlini Posted December 10, 2013 Share Posted December 10, 2013 i was wondering to have some advise on the code modification... ore some links to other discussions on this threat.i tried to edit the homefeatured.tpl code, but without any result... Link to comment Share on other sites More sharing options...
Recommended Posts