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
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