Discount is not customize able

Topic summary

A store owner wants to customize their product discount display to show “SAVE $20.00” instead of just the discount amount.

Current Issue:

  • The theme doesn’t allow customization of how discounts appear on product pages
  • The owner specifically wants to add the word “SAVE” before the discount amount

Solution Provided:
A custom code snippet was shared to modify the discount display:

  • Navigate to Online Store → Edit Code → theme.liquid file
  • Insert custom markup code just above the closing </body> tag
  • The code calculates and displays the discount percentage in place of the compare price

Status: The solution appears to be provided and awaiting implementation/confirmation from the store owner.

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

In my store price discount shows as you can see I want this will show with word SAVE like SAVE $20.00 how I ca do that my them is dawn in that price is not customize able .

Thanks

Hi @Alexa71 ,

We do need to add a custom code that will calculate the discount percentage and show it in place of compare price.

Thanks

please write that code it possible for product custom night guard

Hi @Alexa71 ,

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code just above tag

Please don’t hesitate to reach out if you need further help optimizing or customizing your store. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
LuffyOnePiece