Hello how to change sale badge for percentage?
Hi! Please, provide link to your site and name of theme
Hi @Nico38 ,
I am Ani From https://www.task4store.com/ - Shopify Small & Custom Tasks Experts ( By MS Web Designer - Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore )
I will love to help you with your concern.
-Kindly Provide your Store Url,
-Also Mention Which Shopify theme you are using
Note: If your store is protected with âstore Font passwordâ please Send it here or DM me.
If you have any concerns feel free to ask me!
Regards,
Ani
Hi @Nico38 ,
Go to snippets > card-product.liquid file, in line 93 and change code:
Code:
{%- assign percent = card_product.compare_at_price | minus: card_product.price | times: 100 | divided_by: card_product.compare_at_price | round -%}
-{{ percent }}%
work perfectly thx you very much @LitExtension
Hello
Iâm using Debut theme with PageFly to create a product grid. I chose the collection I want to display its products and everything is fine but the problem is : some products are on sale and others arenât, so the âproduct badge that shows the % of discountâ keep appearing in every product even for the products who have âno compare at priceâ (which means arenât in sale) so the badge appears â%0 discountâ
I want to edit the code to make the badge appear only when : product.compare_at_price_max > product.price
There is a CSS code section in PageFly so I can edit whatever I want but I donât know how to code this condtion of display.
Hi. Thanks this works well with my craft theme. But, I want to show the same badge on every productâs page. In this solution, the sales percentage is shown in the collection grid but not on the product page. Can you help? Thank you
Looking for this same solution, this worked for the collection page but looking to replicate on product page
Thanks in advance
Hi @HomeLiving ,
You can create a question on the community and send me the link. I will check it.
Because this will help build a better community.
Thank you.
how to change percentage on different variation
what if my theme does not have card_product liquid file? i a, using District theme and i am facing difficulties , i tried all tutorials and they are made for the dawn theme



