Removing Price From A Collection (Dawn Theme)

Hello,

It’s possible this is a general Shopify question rather one about the Dawn theme specifically but is it possible to remove the price from a single collection?

I found an older thread with code to remove price but it does it for all collections, I just need the prices removed from one specific collection

Thanks

1 Like

@Alventura

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi,** @Alventura **!

For Online Store 2.0 (OS 2.0) themes, such as Dawn, you’ll be able to create alternative templates for your product page that hides the product’s pricing. Within your Theme editor, you can navigate to your desired product template and click on the eye icon next to Price, as seen on the image below. Once clicked, this will hide the product’s price.

Once this alternative template is created and saved, you can assign it to your desired products within their individual product page. If you have several products that you’d like this new template to be assigned to, you can also apply this new template to several pages at once via the bulk editor.

If you’re using one of our other Shopify themes however, you won’t be able to hide your product pricing from within your Theme editor and will need to instead access your theme’s code and edit it accordingly. Dawn is the only Shopify theme that currently operates using the new OS 2.0 theme architecture. The rest of our Shopify free themes use our previous architecture, called vintage themes. Vintage themes don’t include sections on every page that allows you to customize the content on most of your online store’s pages. This includes the adding, rearranging, or removing of sections and blocks to create unique page layouts that is only made possible via OS 2.0.

If your store uses one of our free Shopify vintage themes and would like help with hiding your product price, you can reach out to our Support Advisor team here. From there they’ll be able to consult with our Theme Specialists to see if this is a supported customization request that our team can help with. You can learn more about support for Shopify themes on our Help Centre document here.

If you’re not already using Dawn, I’d highly recommend you look into this theme as there is a lot more flexibility to customize your pages without any coding required! With Dawn, some of the cutomizations that you’d normally have to request our Support Team is now available to be done from your end. You can unpack more of Dawn’s features on our Shopify Blog here too.

Which theme are you currently using for your store?

Hello @KetanKumar

Thank you for your help. Site is pauljuly.com, pass is stotoh

Hi @Kimi_2

Thank you for your help as well, I’ve made the collection and adjusted its product pages to remove price. What I’m wanting to do is remove the price on the collection page itself. I have the collection visible on the site if you would like to take a look, I’m wanting to edit the page that shows after you click view all and make it so only the title’s shown, while keeping the price visible for other collections.

1 Like

@Alventura

do you need all collection hide price or just one?

@KetanKumar

Just one, the collection visible is the one I’d like prices removed from

1 Like

@Alventura

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.card-information .price {
    display: none;
}
5 Likes

@KetanKumar

Thank you for the code but this removes the price field from the entire
site besides product pages.

I was hoping to remove the field from just the Lookbook collection and keep
all others but I’m beginning to think this may not be possible

1 Like

@Alventura

oh sorry i have missing one code can you remove last one and add this

.collection .card-information .price {
    display: none;
}

@KetanKumar

No worries. I was supposed to put this in the same base.css, correct? If
so, it does the same as the other code and removes price on the homepage as
well as the collection

1 Like

Hi,** @Alventura **!

Thanks for the clarification. This looks to be possible via coding, and I did some digging for you in our Community Forums and found a thread you might be interested in. You can take a closer look at the thread here.

It appears that the code mentioned within that thread uses a condition around the collection pricing rules, that tells the theme to show pricing on every collection except for a certain collection. So this might be worth looking into further, if you’re comfortable with coding. Just remember to duplicate your theme before making any changes to its coding, so that you have something to revert back to.

If you’re not comfortable with coding, you can also reach out to one of our Shopify Experts, as they’re equipped with coding knowledge to further help you with a tailored solution.

Out of curiosity, was there a particular reason you’re wanting to hide the pricing from just one of your collections?

@Alventura

yes no pro you have fixed issue?

@Kimi_2

Glad to see this is actually possible. Since this is a different theme it
does look like I’ll be needing some help with doing it but thank you
providing the link all the same.

@KetanKumar

If I can figure out the equivalent of that theme’s liquid in Dawn I think
it should be fine. I’ve tried collection-list.liquid & featured-collection
and neither one seems to work. Would you be able to assist with this?

1 Like

@Alventura

yes i can but jjust confirm this

do you need hide price whole site just show to product page right?

@KetanKumar

So I’d like prices on the home page for other collections that I have. For the Lookbook collection in question, I’ve already disabled the price on the product pages for the collection, I just need the collection itself when viewed in full to not display prices.

To answer @Kimi_2 question, I plan to put images in this collection that I don’t deem worthy of selling but would still like to have displayed on the site. Right now the Lookbook collection page shows prices of $1 and $0 and that’s what I’m trying to remove

@Alventura \

yes its cane done custom code

@KetanKumar

How do I go about getting this code?

** @Alventura **

Thanks for clarifying! Seeing as you’re using our Dawn theme, I reached out to our Theme Specialists internally to see if they can further help. They did mention that this customization may be possible via adding an alternative template for only your Lookbook collection.

So if you’re eligible for Design time, you can reach out to our Support Advisor team here and they’ll be able to escalate your queries to our Theme Specialists for a closer look at your theme’s coding.

1 Like

@Alventura

Yes please use your free time support

1 Like

@Kimi_2

@KetanKumar

Thank you both for your help, I’ll contact them now

1 Like