Don't Show Price Below Collection Card if the Price of the Product is set to $0.00

Hi,

I’m using the Studio template.

I need to hide the price of any product that is in a collection that has a price value of $0.00.
I’ve found where the price is shown in both:

  • card-product.liquid
    line 379 area
  • price.liquid
    line 53 area

I’ve tried various solutions I’ve found in the community including:

This solution

This solution

But cannot get the price to be hidden. The product is in a collection called: art-styles (taken from the collection URL but the collection itself appears on the home page).

Could not find anything is settings to disable display of the price if set to 0.

Any help would be appreciated.

Cheers

Can you share the link to your website so I can see where you’re talking about? Thanks!

Found what I was looking for here:

{%- unless product.price == 0 -%}

{% endunless %}

Thanks. It’s in development at the moment but I found a solution.