I would like to have a product be informational only so I can add it to a collection and have it show up amongst products. Of course I could just show it as “sold out” but that looks kinda wonky.
Thanks ![]()
I would like to have a product be informational only so I can add it to a collection and have it show up amongst products. Of course I could just show it as “sold out” but that looks kinda wonky.
Thanks ![]()
Hey, @lisankelly
I was able to find a third-party guide here that will show you step-by-step how you can hide the add to cart button for a particular product.
Note: Whenever editing code in your theme files, be sure to duplicate the theme first. That way if something does break, you have a working version of your theme to fall back to. Is this for a single product or all products on your store?
If there is anything else I can help you with, please let me know.
Hi @lisankelly ,
To remove “add to cart” / “checkout” button specific for a product, you will need to create a product template in your Theme > Edit code, and assign that information product to this new template.
Different theme will have different code that contains the “add to cart” button, we can add some code on top of this to hide it.
I have written a step-by-step tutorial on how to hide “add to cart” button here : https://yagisoftware.com/articles/hide-add-to-cart-button-and-add-contact-us.html , this should work on most themes.
Hope this helps!
Cheers,
Axel