Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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.