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.

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