I’m trying to create the following collections and sub-collections:
1- JEWELLERY COLLECTION
Rings sub-collection:
Product
Product
Product
Product
Earrings sub-collection:
Product
Product
Product
Product
All
All the products inside of the subcategories rings and earrings
2- BELTS COLLECTION
Product
Product
Product
Product
3- BAGS COLLECTION
Product
Product
Product
Product
4- SPECIAL COLLECTION A
(This will include some of the products from the JEWELLERY category)
5- SPECIAL COLLECTION B
(This will include some of the products from the JEWELLERY category)
I can only see the option to create normal collections and create references or multi-references but I don’t think this is exactly what I’m looking for. How else would you recommend doing this?
This could easily be done by making a true/false switch called something like “Is special A” and “Is special B”, then make separate lists where you show all products, but filter to show only with either “Is special A” or “Is special B” on respectively.
In Webflow the CMS design needs to be based on two things;
The data you want to store
The resulting pages and layouts you want to create
Without knowing both it’s not really possible to give you a clear direction, but you have quite a few options.
Michel’s suggestion is perfect for some situations. You can also create other collections for your top level grouping, and how you do this depends on whether you’re using ECommerce.
You’ve posted this under User Accounts as well, is it important to what you’re trying to build?