Object Bricks for Category-specific Attributes #17090
Unanswered
gutentag2012
asked this question in
Q&A / Support
Replies: 2 comments 1 reply
-
I would either copy the same attributes to multiple bricks and do some custom logic when reading the data for the output channels or think about using the classification store (https://pimcore.com/docs/platform/Pimcore/Objects/Object_Classes/Data_Types/Classification_Store/). |
Beta Was this translation helpful? Give feedback.
1 reply
-
We have the same problem. We ended up creating a lot of object bricks. We've tried to use custom layouts on object bricks but with no success. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are newly adopting Pimcore at the moment and are trying to find the best way to represent category-specific attributes on a product.
Based on the Pimcore courses it seems like Object Bricks are the recommended way to go, however it is not possible for us to have 1 Object Brick per category since some categories share the same attributes and Object Bricks need to have unique fields.
For example:
I have a Product Category that requires the attributes "tip shape" and "tip length"
Now another Product Category requires the attributes "tip shape" and "blade dimensions"
Working with object bricks I would have no other way than to split that up into 3 separate bricks "tip shape", "tip length", "blade dimensions" and usually products have way more category-specific attributes than that.
So we ended up creating over 100 object bricks which makes it pretty much impossible to find and assign the correct ones in the object brick field on a product.
Is there any way to improve this workflow or any other recommendation to go about this problem?
Beta Was this translation helpful? Give feedback.
All reactions