Have been using Dawn theme from a while for my store, I want to add percentage off on product pages. Can anyone recommend on how to proceed? Also attaching the link to the website LumberJacks Furniture
1: Online store > themes > Actions > Edit code > Snippets > price.liquid
2:
replace
{{ 'products.product.on_sale' | t }}
with
{{product.compare_at_price | minus: product.price | times: 100 | divided_by: product.compare_at_price }}% off