How to show discount percentage on motion theme?

Hello,

Is there somebody who can tell me how can i get the discount percentage shown next to the discount price on the motion theme?

On my site its only showing this:

But i want it like this:

I think its already build in the theme but i cant find

Can you share the existing code for your Liquid price template?

If not, then the best solution for you is to do the calculation on the fly in Liquid.

You can calculate ((compare_at_price - price) / (compare_at_price)) * 100, and then display that in your “Bespaar” badge.