Disabled elements in Catalog filter tree

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
PedroLópezAndradas
Posts: 22
Joined: 16 Jan 2023, 11:30

Disabled elements in Catalog filter tree

Post by PedroLópezAndradas » 22 Feb 2023, 13:08

Hello!

I can't figure out why in the main menu some product categories appear as "disabled", even though they have products available and they themselves are enabled.

Maybe I'm looking where I shouldn't?

Code: Select all

<div class="cat-item catid-1852 nochild catcode-KIT disabled" data-id="1852">

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

Re: Disabled elements in Catalog filter tree

Post by aimeos » 26 Feb 2023, 08:47

There's a (configurable) limit of counting not more than 10,000 products for the category product counts for performance reasons:
https://aimeos.org/docs/2022.x/config/m ... #aggregate
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply