Was going to just make this change myself although I cannot find where the label string value is set. Help locating this or changing it through a different means would be appreciated, I just want the label to say “Sale”, thank you!
-
Go to Online Store > Themes:
- In your Shopify Admin, navigate to Online Store > Themes.
-
Edit Default Theme Content:
- Find your active theme and click on Actions > Edit default theme content.
-
Search for “Sale” under tab products:
- In the search bar, type “Sale” to find the default string.
-
Change “On Sale” to “Sale”:
- Change the text from “On Sale” to “Sale” in all the relevant fields.
-
Save:
Hello @Taiku
Follow the below steps
-
From your Shopify admin, navigate to Online Store > Themes.
-
Click Actions > Edit code.
-
Navigate to locales folder and then en.default.json file
-
Search for “on_sale”
-
Now replace the following code with existing
"on_sale": “Sale”
I hope this solution meets your needs.
Thank you!!
