Remove "From" Pricing of on sale variant from product collection

I want to display the normal price on my collection page instead of the default sale price. Please see here: Shimano Disc Brake Pads – Loam Goat

What do I change in liquid to stop this?

2 ways:

In your products, select the items in your collection, then do one of the following:

  1. Bulk edit and remove the compare-at price
  2. Export the csv, edit, and import new.

Hi @iac27,

Please go to Actions > Edit code > snippets > price.liquid file, find ‘products.product.price.from_price_html‘ and remove code here:

If I helped you, then a Like would be truly appreciated.

I’ve done that here however I’ve refreshed and it didn’t make a change

[

Shimano Disc Brake Pads
loamgoat.com

](https://loamgoat.com/collections/shimano-1)

Cheers,
Ian

Lead Billy Goat | Loamgoat.com
@loamgoat

Hi @iac27,

I checked and now ‘From’ is removed, isn’t this what you want?

Sorry I wasn’t clear, I don’t want the lowest price of the variant shown. I’d like the normal price. So $50 should be displayed and no sale tag either. Or the first variant price displayed instead would work. Thank you.

Hi @iac27,

Do you want to show the highest price? Or the price of the first variant?

Please let me know, I will check and guide it

Can you tell me price of the first variant?

Hi @iac27,

It will be the first variant when you visit the product page.

Yes that’s what I want.

Hi @iac27,

Please change code here:

Code:

product.selected_or_first_available_variant

I inserted the code but my page here still shows the sale price

[

SRAM Disc Brake Pads
loamgoat.com

](https://loamgoat.com/collections/sram-1)

Cheers,
Ian

Lead Billy Goat | Loamgoat.com
@loamgoat

Hi @iac27,

Can I send you a collaborator invitation? It will help me check this better.

The sale price is gone now, I just need the sale tag gone.

Hi @iac27,

So did it work?

Still shows the sale badge which I want to remove from the collection screen.

Thanks,
Ian

Hi @iac27,

Please send me the code of card-product.liquid file, I will check it