Featured Collection Pricing Dawn Theme

Hi,

I’ve got some issues, on the featured collection on my product page the pricing is always the same as the price on the product page and not the price on the product in the collection. I would like the price to be as the price in the collection but I don’t know how to do.

Does anyone know how to do this, please?

Website: https://pqd9ge-cs.myshopify.com/products/purifying-toner

Hello,
From your shopify admin go to edit code.

Find price snippet and in the price snippet find class price__sale and then add the code.

{%- unless product.price_varies == false and product.compare_at_price_varies %} {{ 'products.product.price.regular_price' | t }} {% if settings.currency_code_enabled %} {{ compare_at_price | money_with_currency }} {% else %} {{ compare_at_price | money }} {% endif %} {%- endunless -%} {{ 'products.product.price.sale_price' | t }} {{ money_price }}