Change "Add to cart" buttons to "View more"

Hey guys, I’m looking for a way to change all “Add to cart” buttons to “View More” on the collection pages. Is it possible and if so, could someone please assist us?

Link: https://swishv4.myshopify.com/collections/enlio-ses-series-tiles

Wishing a great day,

Hello @Einars

  1. Open you admin panel click on Online store >> Edit code >> open card-product.liquid file.

  1. Remove line no. 201 to 298.
    and add this below code.

View More

Hello,

sorry, but it didn’t work. Now the buttons are above the titles.

EDIT: i did it myself & added the sample code below.

{%- if show_quick_add -%}

{%- endif -%}

Hope it helps someone else!

Kind Regards,