Ross.Nospario Posted October 10, 2013 Share Posted October 10, 2013 Some minor things really bug me about using Prestashop. Here's a list of suggestions that I'm pretty surprised aren't already part of the system. 1. Pagination at the bottom of lists. It's a bit annoying scrolling down through a list of products and then having to scroll back up to click the next page. This should be both above and below. If not, then a bookmark link at the bottom that returns you to the top of the page. 2. Selection controls at top of lists. Again, if you click select all, you then have to scroll to the bottom of the list to select the option for the selection (such as delete all). 3. Preload menu images and/or alt tags for menu images. I've lost count of the amount of times I've gone to click a menu button and then the Help button suddenly loads, pushing the other buttons to the left, so you click the wrong button. Please either make these pre-load or give the images dimensions and an alt tag so that they don't move around on the page after the image renders. Finally, it would be nice to be able to sort lists by image. By this I mean sort products so that those with and those without images are ordered. When you have 5000 products imported and only a handful are missing images, it would save a lot of browsing time to be able to do this sort. Thank you if you read this. I work with this software on a daily basis, so these minor issues can become a bit irksome. Link to comment Share on other sites More sharing options...
vekia Posted October 10, 2013 Share Posted October 10, 2013 Some minor things really bug me about using Prestashop. Here's a list of suggestions that I'm pretty surprised aren't already part of the system. 1. Pagination at the bottom of lists. It's a bit annoying scrolling down through a list of products and then having to scroll back up to click the next page. This should be both above and below. If not, then a bookmark link at the bottom that returns you to the top of the page. you can add {include file="$tpl_dir./pagination.tpl"} code in category.tpl right before the product-list.tpl file, then you will see pagination above too. 2) the same as with pagination everything depends on theme that you use Link to comment Share on other sites More sharing options...
Ross.Nospario Posted October 10, 2013 Author Share Posted October 10, 2013 Thanks for the reply vekia. I was talking about the admin area, not front end. Sorry for not being clear. The functionality of the menus there and the list in particular: Catalogue -> Products Link to comment Share on other sites More sharing options...
vekia Posted October 10, 2013 Share Posted October 10, 2013 ahh thank you, so you've got right, i think the same as you many thanks for clarification! Link to comment Share on other sites More sharing options...
Recommended Posts