Hi there,
I’m having some difficulties with receiving a product title when I use a variable as handle.
{% assign colorProduct = product.metafields.custom.json.a %}
- {{colorProduct}}:{{ all_products[colorProduct].title }}
Output:
skinny-enkel-jeans-roxanne-|-lichtblauw:
I am able to output the handle as HTML but not as a variable. Could anybody tell me what I’m doing wrong?