ir child product unavailable display out of stock else normal button Shopify code example
Example: disable out of stock products shopify
{% for product in collection.products %}
{% if product.available %}
{% include 'product-grid-item' %}
{% endif %}
{% endfor %}