Goal: On each product page, display a collection of all other products from the same seller (e.g., viewing a Nike product shows all Nike items).
Proposed approaches: Use a Shopify Collection (group of products) and reference it from the product using a metafield that links to a specific collection. Alternatively, derive the collection dynamically via the collections object using the product’s vendor field, a metafield, or a tag matching the seller name. A more dynamic option mentioned is rendering a vendor‑filtered collection via the section‑rendering API. The Dawn theme’s product grid or product recommendations sections can be adapted for display.
Key terms: Collection = curated set of products. Metafield = custom field attached to resources (e.g., product) that can store a reference to a collection.
Current state: Guidance and a Shopify docs link were provided, noting this can be an advanced theme customization. The original poster believes it’s straightforward but requests concrete steps on setting up the metafield link. No code or store details were shared.
Status: Unresolved; implementation details still requested.
Summarized with AI on December 16.
AI used: gpt-5.
Or possibly using the section-rendering api to get vendor filtered collection pages.
See the dawn theme reference for implementation of product grids or product recommendation sections.
Beyond that it’s an advanced theme customization to create such a feature.
If you need this advanced theme customization then contact me for services
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
I don’t think it’s very complicated. When creating a collection on product pages, if we make the meta link correctly, the other products of that seller will automatically appear on the same page.
I give an example. It’s like viewing a Nike brand shoe and seeing other Nike products on the product page. It’s like seeing Adidas products while examining Adidas products.
So actually this can be done very quickly and easily, with a meta link to a collection that will be added to the product pages when customizing the theme. But I don’t know how to set up that meta link.