How to Add Seller's Other Products as a Collection on Seller's All Products Pages

Hello,

I have different sellers on my website. How can i add a seller’s all products at its all products pages.

For example: Let’s imagine a seller with 50 products. I want to add all other products of this seller as a collection under any product.

I think I should use meta fields, but I couldn’t quite figure it out.

Best regards.

Hi @958139 Yes a collection would do, as well as possibly with a metafield on each product that points to a specific collection.

Or the collections object to get a collection based on the suppliers name from either the vendor or another metafield or a tag,etc

https://shopify.dev/docs/api/liquid/objects/collections#collections-access-a-specific-collection

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.