VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: nittioettan on March 02, 2016, 09:43:20 AM

Title: List child products in backend
Post by: nittioettan on March 02, 2016, 09:43:20 AM
We have some products with many childs, up to 400.
When listing child products of any product in backend only 81 is visible in list.

Any ideas why?
Title: Re: List child products in backend
Post by: Studio 42 on March 04, 2016, 01:17:44 AM
I think, it's a limit to prevent crash.
This sould use a lazy loading when you have more then 50 for eg.
I don't know if this is team priority to change this ?
A solution is to write a little module or plugin using a button for eg. to display all. But this need a custom work.