The selected attributes are not displayed in the catalog filter

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!
Ahmad
Posts: 72
Joined: 05 Jul 2017, 15:19

The selected attributes are not displayed in the catalog filter

Post by Ahmad » 12 Sep 2020, 14:01

i use aimeos/laravel 2020.07
The selected attributes are not displayed in the catalog filter, for example when i choose a color attribute in a category and then switch to another category that have not product with this color, list of available (selectable) color attributes not displayed and also selected attributes not show to deselect or clear all.
what can i do to show selected attributes?

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

Re: The selected attributes are not displayed in the catalog filter

Post by aimeos » 13 Sep 2020, 10:30

The checkbox for the attribute which isn't available is hidden by Javascript. If you want to show that, you can overwrite the JS code here: https://github.com/aimeos/ai-client-htm ... 1485-L1495
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: The selected attributes are not displayed in the catalog filter

Post by aimeos » 13 Sep 2020, 11:19

There was a bug that prevented displaying the selected attributes. It's fixed in 2020.07.x-dev and you can install it using:

Code: Select all

composer req aimeos/ai-client-html:2020.07.x-dev
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply