Change sold out button for a specific collection (STUDIO THEME)

Hi @lsvvintage ,

Add Logic to Change the Button Text

{% if product.tags contains 'archive' or collection.handle == 'your-collection-handle' %}
  
{% else %}
  
{% endif %}

For sold out button code you can find out in the card-product.liquid file

1 Like