Filter by attribute_name
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!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
santfather
- Posts: 27
- Joined: 02 Feb 2022, 10:43
Filter by attribute_name
Laravel version: 8.80
Aimeos version: 2021.10
PHP version: 8.0.8
The product contains more than 10 attributes. All of these attributes are visible in the Catalog filter. For work, I need only one - a brand. How can I display only one attribute that I need in the filter?
p.s. transferring attributes to hidden ones is not suitable.
thanks in advance for your reply
Aimeos version: 2021.10
PHP version: 8.0.8
The product contains more than 10 attributes. All of these attributes are visible in the Catalog filter. For work, I need only one - a brand. How can I display only one attribute that I need in the filter?
p.s. transferring attributes to hidden ones is not suitable.
thanks in advance for your reply
Re: Filter by attribute_name
Use this configuration and add the code of your brand attribute type:
https://aimeos.org/docs/2021.x/config/c ... ter/#types
Then, only that attribute type will be displayed in the catalog attribute filter.
https://aimeos.org/docs/2021.x/config/c ... ter/#types
Then, only that attribute type will be displayed in the catalog attribute filter.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
-
santfather
- Posts: 27
- Joined: 02 Feb 2022, 10:43
Re: Filter by attribute_name
Thank you for your help.
-
santfather
- Posts: 27
- Joined: 02 Feb 2022, 10:43
Re: Filter by attribute_name
good afternoon. with these settings shop.php everything works fine on the local machine. when transferring to AWS, the online store version behaves strangely. the "colour" and "size" attributes work together, when adding "brands_name" attributes, the filter outputs only it. if you remove "brands_name", the filter outputs "colour" and "size". settings shop.php the same.
tell me what could be the problem? all attributes are created, product cards contain them in the characteristic tabs. I repeat that it works correctly on the local machine. also tested by colleagues on their local machines
tell me what could be the problem? all attributes are created, product cards contain them in the characteristic tabs. I repeat that it works correctly on the local machine. also tested by colleagues on their local machines
Re: Filter by attribute_name
Strange behavior but we have no clue why it behaves differently on AWS.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,