Hi! I'm facing an annoying issue since a while now.
If I enter the admin product page, and set the products per page filter to let's say 50, it filters 50 products per page and hides all product media thumbs (don't know why...). If I add a new product, after "save and close" I lost the products per page filter, it goes back to 20, and displays the product media thumbs (really, this shouldn't happen). The same happens if I set products per page and then delete a product, the products per page filter goes back to original 20...
Is that normal or is it a bug?
Thanks!
The images are a setting. Loading images for 200 products is a noticeable performance impact. So there is a config for, simply in the vm config.
There is another thread saying that the product list looses the ordering. But I could not reproduce it. Lets check for the select pagination.
it forgets the pagination also for me. Thx for reporting.
found and fixed. But changed also a standard behaviour in the Frontend. The pagination was before per category, I just removed this.
Great @Milbo! Thanks for the fix!
Quote from: Milbo on November 11, 2017, 23:17:56 PM
The images are a setting. Loading images for 200 products is a noticeable performance impact. So there is a config for, simply in the vm config.
There is another thread saying that the product list looses the ordering. But I could not reproduce it. Lets check for the select pagination.
Where's that option and how it's named? I can't find it...
VirtueMart - > Configuration - > Templates - > Option: Max items listed displaying media
Great! thanks, now upgraded to 3.2.6 and products per page isn't lost anymore!