Hey,
I´m using a code to show color variants as own products but with little thumbnails on the product page.
Currently they will hide if a product isn´t available but I still want to display it for future “back in stock” apps.
So the idea is to only grey the variants out.
With opacity change or via an overlay.
But nothing I tried worked so far so I need some ideas how to wrap the “else” loop
{% if prod.available == true %}
{% endif %}
{% endfor %}