Catalog Filter Behavior
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Catalog Filter Behavior
Hello,
I want to mention some catalog filter component behaviors which should be improved;
1- Price filter maximum value is calculated based on the first page of the pagination only. For example, If the maximum price for the first pagination page products is 100 €, and if you have a product with 101 € price in the second page, then this product is not displayed after filtering.
2- When filtering catalog list results via attribute, supplier, search or tree filter, price filter is also triggered even if you don't click the "Save" button of price filter. This only applies if you use the Catalog Filter plug-in. But if you exclude price filter from Catalog Filter plug-in and add Catalog Price plug-in seperately, price filter is not triggered in case you use other filters.
I want to mention some catalog filter component behaviors which should be improved;
1- Price filter maximum value is calculated based on the first page of the pagination only. For example, If the maximum price for the first pagination page products is 100 €, and if you have a product with 101 € price in the second page, then this product is not displayed after filtering.
2- When filtering catalog list results via attribute, supplier, search or tree filter, price filter is also triggered even if you don't click the "Save" button of price filter. This only applies if you use the Catalog Filter plug-in. But if you exclude price filter from Catalog Filter plug-in and add Catalog Price plug-in seperately, price filter is not triggered in case you use other filters.
Re: Catalog Filter Behavior
We are currently investigating this issue. The problem doesn't seem to be really related to the current page. How many products do you have in that category?Metalics wrote: ↑10 Jun 2025, 23:09 1- Price filter maximum value is calculated based on the first page of the pagination only. For example, If the maximum price for the first pagination page products is 100 €, and if you have a product with 101 € price in the second page, then this product is not displayed after filtering.
This problem is well known and can be only fixed by disabling the price field by Javascript. We will try to change that in the next version.Metalics wrote: ↑10 Jun 2025, 23:09 2- When filtering catalog list results via attribute, supplier, search or tree filter, price filter is also triggered even if you don't click the "Save" button of price filter. This only applies if you use the Catalog Filter plug-in. But if you exclude price filter from Catalog Filter plug-in and add Catalog Price plug-in seperately, price filter is not triggered in case you use other filters.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Catalog Filter Behavior
You are right, the problem is not related to the current page. More complex to discover. I tested with different categories which have different amount of products but couldn't find a hint what is causing the problem.aimeos wrote: ↑20 Jun 2025, 11:26We are currently investigating this issue. The problem doesn't seem to be really related to the current page. How many products do you have in that category?Metalics wrote: ↑10 Jun 2025, 23:09 1- Price filter maximum value is calculated based on the first page of the pagination only. For example, If the maximum price for the first pagination page products is 100 €, and if you have a product with 101 € price in the second page, then this product is not displayed after filtering.
Another problem is that same product is displayed on different pages of the pagination. Maybe all these issues are related to each other.