Hi there,
I’ve added a Product Wear with it Metafield as I want to be able to show a list of wear with it products on our product pages but need help showing the product title and image.
Vogal theme: https://themeforest.net/item/vogal-multipurpose-shopify-theme/47138639
Product Metafield definition: https://prnt.sc/CtPaN8hjcjLp
Product Metafields: https://prnt.sc/qT8ld7_HdLju
I’ve added this into the liquid:
{% assign wear_it_with_key = ‘wear_it_with’ %}
{% assign wear_it_with = product.metafields.custom[wear_it_with_key] %}
{% if wear_it_with != blank %}
{% assign product_handles = wear_it_with | split: ‘,’ %}
Wear it with newww
Which outputs this on my product page:
What do I need to add to the liquid to be able to show the product title and product others details?
Like this one: https://prnt.sc/MklcwOTVmf7E