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
- In your Shopify Admin go to online store > themes > actions > edit code
- In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
- 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!