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?
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025