I am trying to add a ‘VIEW’ button and an ‘ADD TO BAG’ button under each product on collection pages. I was able to achieve this on an older Shopify theme using the code at the bottom of this post; I added this code to the bottom of the file ‘product-card-grid-liquid’.
The problem is that the theme which I am using now doesn’t have this file and when I add the code to the closest file I can find ‘card-product.liquid’, the buttons appear incorrectly and do not function.
I cannot share the store as it belongs to a client, thanks.