Adding Percentage ammount on Sale Badge in Product Pagem, Dawn Theme

Hi!

I am using the dawn them and my website URL is carcleansweden.se. I would like to add the same type of sale badge that I already have on my collection page (the text with the amount of the sale):

Onto my product page as well:

This is the code I used for the collection page: “-{{ card_product.compare_at_price | minus: card_product.price | times: 100 | divided_by: card_product.compare_at_price }}%” but I cant find where to put it in to add the same on the product page.

I would hugely appreciate the help!

Hi,

Here are the steps:

  1. Go to the Online Store.

  2. Click Edit code.

  3. Find the sinppets folder.

  4. Find the file named price.liquid

  5. Add the code below:

1 Like