Hi.
I’m building a marketplace and ran into a problem. How to associate a set of metafields for a product with a specific product collection in order to avoid chaos both in the admin panel and in the choice of filtering on the site?
Example:
Collection: Lamps
Metafields for this collection products:
-
…specifications.lightFlux;
-
…specifications.protection;
Collection: Chandeliers
Metafields for this collection products:
-
…specifications.height;
-
…specifications.width;
Perhaps someone has already done something similar. I would be very grateful for any tips.