How to increase the displayed products in admin?

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
charl33
Posts: 1
Joined: 11 Sep 2024, 13:07

How to increase the displayed products in admin?

Post by charl33 » 11 Sep 2024, 14:08

Hi

We have more than 10,000 products, but only 10,000 are displayed in the product list.
I tried the following configuration:

Code: Select all

mshop/common/manager/aggregate/limit = 20000
However, it did not affect the product list.

Is there a configuration to increase the number of products shown in the admin product list?

Aimeos version: 2024.07.1
PHP version: 8.2
Environment: Mac

User avatar
aimeos
Administrator
Posts: 8184
Joined: 01 Jan 1970, 00:00

Re: How to increase the displayed products in admin?

Post by aimeos » 12 Sep 2024, 10:27

It simply doesn't make sense to show more products because nobody will step to more than 400 pages. Use the filter to search for the products instead.

The maximum number of products shown in the backend is limited to 10,000 because counting all items can take a long time. If you have 1 million products, this will take several seconds and will slow down displaying the list page. If you have 1 billion, it can take minutes before the list page is shown.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply