Creating a Collection List in Webflow that aggregates content from different Collections can be challenging due to some limitations in Webflow's native CMS capabilities. However, you can use some workarounds to achieve your goals.
1. Combine Products into One Collection
- Consider creating a single master Collection that contains all products from different categories. This is the simplest approach if you can add a category field to filter and group products within the same Collection.
- This allows you to create a single Collection List pulling all products and then utilize filters to display specific categories or price ranges.
2. Utilize Multi-Reference Fields
- If keeping one Collection is not feasible, use Multi-Reference fields to connect different product categories. This approach requires more setup and may not be ideal for large stores.
- Set up product relationships using these fields and configure filters based on price or other attributes.
3. Use Custom Code or Integrations
- Consider using integrations like Zapier to automate product listings and combine them from multiple Collections into one listing on an external system or a different Webflow Collection.
- Custom JavaScript might be an avenue if you need dynamic content that aggregates products on the same page based on certain conditions.
4. Display Products Using Filters
- Once you have products consolidated or connected through a single Collection, utilize filters in Webflow to display your products based on selected criteria like price (e.g., Products under £100).
- To filter by price, ensure that the price is a dedicated field in your master Collection.
Summary
To display products from multiple Collections in one list, consolidate products into a master Collection if possible and use filters for category and price distinctions. Should your needs be complex, consider Zapier integrations or custom code to manage and display aggregated content. Efficient structuring at the setup stage will ensure smoother content management and display.