How to hide prices for products in one collection only, in Dawn 2.0

I created a collection template called Preview. This collection page would show products not yet available for sale, so it shouldn’t show prices. How do I hide the prices for products in this collection only?

Hello @jlbaldwin ,

Please share:

  • your store URL;
  • page URL with the issue you mention;
  • storefront password (if your store has one).

If the store is not online yet, please follow this quick tutorial to learn how to safely and temporarily share an offline/unpublished theme URL.

Kind regards,
Diego

Hi Diego,

jeniferleebaldwin.myshopify.com

https://jeniferleebaldwin.com/collections/preview

thanks

@diego_ezfy

@jlbaldwin ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. paste this code right above the tag:

Kind regards,
Diego

1 Like

@diego_ezfy Perfect, that was what I needed. Thank you!

Thank you so much, Diego. You have no idea how relieved I am after trying different suggested solutions to resolve this!