Hidden Attributes - Showing as Catalog Filters
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
- MattWoodward
- Posts: 20
- Joined: 03 Mar 2022, 04:15
Hidden Attributes - Showing as Catalog Filters
I created some hidden attributes recently for a couple of products that required extra information when the were being processed, but that shouldn't even be shown on the front end.
During testing I noticed that the hidden attributes are shown under the filters for products on the catalogue pages? Surely this shouldn't be the case if hidden attributes are not meant to be accessible from the front end?
Ref: https://aimeos.org/docs/2021.x/manual/p ... cteristics
During testing I noticed that the hidden attributes are shown under the filters for products on the catalogue pages? Surely this shouldn't be the case if hidden attributes are not meant to be accessible from the front end?
Ref: https://aimeos.org/docs/2021.x/manual/p ... cteristics
Hidden attributes are not shown in the frontend but are stored along with the ordered product. You can use them to pass data to the fulfillment or any other backend system that shouldn't be displayed to customers.
Re: Hidden Attributes - Showing as Catalog Filters
Use this setting to limit the attribute types that are shown in the frontend:
https://aimeos.org/docs/2021.x/config/c ... ter/#types
The catalog filter component doesn't know if you use that attribute type as hidden attribute at the product or not.
https://aimeos.org/docs/2021.x/config/c ... ter/#types
The catalog filter component doesn't know if you use that attribute type as hidden attribute at the product or not.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star