I would like to add individual content to the collection pages.
The content structure is as follows:
H2 Main title
Main description
H3 Subtitle A
Description A
Featured products A
H3 Subtitle B
Description B
Featured products B
H3 Subtitle C
Description C
Featured products C
The number of sub-blocks varies, sometimes 3, sometimes 4.
How would you best implement this? Should I create an individual template for each collection, or can I solve it somehow using meta fields / meta objects?
It’s possible via both (template & metafields). I would suggest to create something like this by using metafields as it will save your time and won’t be too complicated as well. If you can share more details about it in my private messages then I’d be happy to set this up for you as well.
Hi, thank you for the hint, this helped! I guess I’m onto something now.
I have managed to set up the meta fields and objects so that they are displayed dynamically, so far so good!
However, I would like to change the display of the output products. They should be displayed as if I selected the “featured collection” and added products there manually. What is the best practice in this case? In addition, I would like to adjust further display settings, such as
Hi, any ideas how I can change the design of the “product-card”? What’s the best approach, changing the CSS until it fits, or can I somehow use another “module” instead of the “product-card”? I’ve been trying a few things, but without success so far.