Shopify themes, liquid, logos, and UX
Hello!
Can someone please help me convert the Discount label from money to a percentage? https://kocktema.se/ You can see here
Hello @waltherolsson that's possible with an advanced theme customization , there are plenty of existing forum posts on the liquid logic though implementation varies wildly among themes.
If you need this customization then contact me for services
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
Contact [email protected] for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Hi Walterolsson,
To convert the discount label into percentage, you'll need to edit your theme's code. Currently how it is functioning is like this:
money-saved = original price - sale price
put money-saved into card
You'll need to change it into something like this:
money-saved = original price - sale price
money-saved-in-percentage = ( money-saved / original price ) * 100
put money-saved-in-percentage into card
Then with additional changes, you can change the text too. Do note that above is a simplified version of how the code is working, how the real code looks is very different from above.
Let me know if you have any questions 🙂👍
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024