Catalog Filter Behavior

Questions around the TYPO3 integration and plugins
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!
User avatar
Metalics
Advanced
Posts: 121
Joined: 13 Jul 2015, 23:59

Catalog Filter Behavior

Post by Metalics » 10 Jun 2025, 23:09

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.

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

Re: Catalog Filter Behavior

Post by aimeos » 20 Jun 2025, 11:26

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.
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 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.
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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
Metalics
Advanced
Posts: 121
Joined: 13 Jul 2015, 23:59

Re: Catalog Filter Behavior

Post by Metalics » 25 Jun 2025, 21:42

aimeos wrote: 20 Jun 2025, 11:26
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.
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?
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.
Another problem is that same product is displayed on different pages of the pagination. Maybe all these issues are related to each other.

Post Reply