How do I remove the price tag from a specific collection template? I am an artist and I want the gallery to be a place to view the art and I have a separate tab called “shop” where it can be purchased. I already removed the price tag from the product view as seen here:
Is there a way to remove price tag to this specific template in the json code that way if I add more collections to this template in the future they will automatically have the price tags removed?
The only problem with your solution is I still need all of the price tags under the “shop” tab that you showed the edited picture of. I still want the price tags to show up on the other collections so I can sell my art products. The only collection I want the price tag removed from is my gallery collection template under my “gallery” tab. Thank you so much for your help!
Go to online store > themes > ‘…’ and click on edit code. There, click to ‘Add new template’, and create a collection template .json with whatever name you want. Then, go to ‘card-product.liquid’, search for {% render ‘price’, product: card_product, price_class: ‘’ %} on the code, and replace it with