Could we use a similar functionality to build relationships between products? Some products make more sense to buy together than other products. Some brushes are better suited for acryl and some are better suited for weather colours.
Yes, you can totally use custom field relations in that way, eg for up sells or "related products" or even "frequently purchased together". For marking a product as best suited for eg "acrylic", it might also make sense to use Facets for this, which is what we do in this video (the "medium" facet).
One of my first impressions (cons) of Vendure was exactly this. But since it is very extensible I figured I could implement a fix some how. This is great. Can you share the code?
I'm loving Vendure. Thank you!
Amazing work !
Cool stuff. Learnig it right now.
Could we use a similar functionality to build relationships between products? Some products make more sense to buy together than other products. Some brushes are better suited for acryl and some are better suited for weather colours.
Yes, you can totally use custom field relations in that way, eg for up sells or "related products" or even "frequently purchased together".
For marking a product as best suited for eg "acrylic", it might also make sense to use Facets for this, which is what we do in this video (the "medium" facet).
One of my first impressions (cons) of Vendure was exactly this. But since it is very extensible I figured I could implement a fix some how. This is great. Can you share the code?
Hi!
I just took a minute to share the code here: github.com/vendure-ecommerce/vendure/discussions/1900