Discounted price on collection page

Hi! I have some issues regarding my collection page, where the price is showing a different price compared to the one in the basket. I have already added some metafields on the product page, so the price is right, but i can’t seem to work around how to get the correct price on the collection page.

Hi @MagnusD ,

I checked and it seems the price on the product page is calculated with 20% discount.

Do you want it to display according to the price on the product page or on the product card?

I will check it

Hi! Yes it’s calculated to be 20% discount. I want it to display the same price on the collection page as on the product page.

Hi @MagnusD ,

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

{%- assign p = product -%}

{% render 'image' with img: p.featured_image, maxWidth: '600', alt: p.title %}
{{ p.title }}
{% render 'product-prices' with product: p.selected_or_first_available_variant %}

Hi @MagnusD ,

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

And what metafields will it discount?