Hello!
The product below is available in 3 other colours. I have embedded liquid code to display them but when i click the pic of another colour, it doesn’t take me to the page of that product. Anyone know i can go about fixing this?
liquid code is ;
Other Available Colours
{% for field in product.metafields.custom.other_available_colours.value %}
{% endfor %}
thanks!
1 Like
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
The product is the Ugg Scuffette Chestnut
Hello @WBYS_Ltd
Please added this code.
## Other Available Colours
{% for field in product.metafields.custom.other_available_colours.value %}
{% assign variant_id = field.variant_id | plus: 0 %}
{% assign variant = product.variants | where: 'id', variant_id | first %}
{% if variant %}
{% endif %}
{% endfor %}
Hi I’ve added the code but it has not worked and removed the images