Hide sale price on Collection card Shopify 2.0

Hello,

I moved my store to a 2.0 theme (Sense) and I can’t manage to hide the sale price on the product card (displayed on collection pages).

I’d like to keep the “compare at price” price displayed on the product page, but not on the product card because it’s unclear that it only applies on a specific variant.

I guess there is something to change in the price.liquid file, but I don’t manage to make it work…

Could someone please help me on this?

Thank you very much,

Thank you very much

Hi @Thomasfar ,

Hope you are well.

Follow the below steps:

  • Go to Online Store->Theme->Edit code
  • Snippets->card-product.liquid
  • Add the below code at the end.
  • Click Save

Hope that helps!

Thanks

1 Like

Hi @prasanna1991 thank you very much for your answer.

I tested, but unfortunately is hides the sale price on the product detail page, and not in the collection page…

Maybe it’s because the “price” class is not detailed in the product card page?

Do you know where I need to use the code to have the opposite result please?

Thank you very much

I managed to get it work by changing it to :


Thank you very much and have a nice day.