Shopify themes, liquid, logos, and UX
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 ;
<div>
<h2 style="font-size: 16px;margin-bottom: ">Other Available Colours</h2>
<div style="display: flex;">
{% for field in product.metafields.custom.other_available_colours.value %}
<a href="{{ product.url }}">
<img style="max-width: 100px; height: 100px; vertical-align: top;" src="{{ field | image_url }}" />
</a>
{% endfor %}
</div>
</div>
thanks!
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.
<div>
<h2 style="font-size: 16px; margin-bottom: 10px">Other Available Colours</h2>
<div style="display: flex;">
{% 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 %}
<a href="{{ variant.url }}">
<img style="max-width: 100px; height: 100px; vertical-align: top;" src="{{ field.image | product_img_url: 'compact' }}" />
</a>
{% endif %}
{% endfor %}
</div>
</div>
Hi I've added the code but it has not worked and removed the images
User | RANK |
---|---|
187 | |
170 | |
81 | |
57 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023