Shopify themes, liquid, logos, and UX
Hi,
You need to work on Liquid and CSS
Example of liquid will be used in product template
{% if product.compare_at_price > product.price %}
{% assign discount_percent = ((product.compare_at_price - product.price) / product.compare_at_price) * 100 | money_without_currency %}
<span class="discount-percentage">Save {{ discount_percent }}%</span>
{% endif %}
Note - First, decide how you want to calculate the discount percentage.
I want to be calculated automatically as I already created many automatic discounts.
where should I past this code?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025