Log in Sign up
Discussion Shopify

How to create a 'Related Products' section that uses Metafields instead of algorithmic recommendations?

Kate Freelance
Kate Freelance
0 reputation
1 week ago 165 views 3 replies
Been struggling with this for a bit. Any suggestions?

Question: How to create a 'Related Products' section that uses Metafields instead of algorithmic recommendations?

2 Replies

Linda Plugin
Linda Plugin · 1 week ago
In liquid: `{% assign related = product.metafields.custom.related_products.value %}`.
John Desktop
John Desktop · 1 week ago
Loop through `{% for item in related %}` to render product cards.

You must be logged in to reply.

Log In to Reply