Can this be done on Dawn 2 theme? was £20.00 £15.00 – You save 25%

Hey,

Is it possible to make the save 25% visible on Dawn 2 theme?

Thanks in advance

Scott

www.generationaudio.co.uk

1 Like

@Gen-Audio

This is the code we’ll be using to calculate the percentage discount:

{% capture discount %}
{{ product.compare_at_price_max | minus:product.price | times:100 | divided_by:product.compare_at_price_max }}% 
{% endcapture %}

And here’s the liquid code we’re using to display the discount (you’ll want to add your own markup here).

{{ discount }}

try out this code.

@Gen-Audio

{% capture discount %}
{{ product.compare_at_price_max | minus:product.price | times:100 | divided_by:product.compare_at_price_max }}% 
{% endcapture %}
1 Like

Sorry I’m confused.
Which code goes where?

thanks :folded_hands:

@Mr_RaviRaj

Sorry could you help where I should place this code?

Thanks

Scott