Hidden Attributes - Showing as Catalog Filters

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!
User avatar
MattWoodward
Posts: 20
Joined: 03 Mar 2022, 04:15

Hidden Attributes - Showing as Catalog Filters

Post by MattWoodward » 01 Apr 2022, 04:05

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
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.

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

Re: Hidden Attributes - Showing as Catalog Filters

Post by aimeos » 01 Apr 2022, 12:27

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

Post Reply