Disable add to cart button for certain products in collection page

Hi there! I’d really appreciate some help disabling the “add to cart” button for certain products in the collection page. I would’t like the button to disappear under these specific products, but rather simply disable it so that customers can’t add them to the cart without having customized the option before (which is what’s happening right now). And if possible, change the name of the button from “Agregar al carrito” to “Personalizar”. I’ve been trying all kinds of code but I’m not being able to fix it… so a bit of help would be much appreciated!

Or, instead of this, to redirect customers directly to the specific product page when clicking on the button for these products, instead. But I’m not sure how easy or doable this would be…

Thank you!

@Multicoloruni you can add tag to these products, say ‘disable cart’ and edit product card template so that if product has this tag then add to cart button is not shown on this product card

Hi @suyash1 thank you for the reply. Could you give me hand with this please? Which would be the code to include in the collection page? Just to clarify, the idea is that the add to cart button would be disabled only on the collection page for these products, not the product page. So that it would force customers to customize the product before adding it in the cart. Thank you!!