Does anyone know how to change “Sale” to “Save ” in the Dawn theme?
Example attached
Hi @pspace no example was attached, fyi images can be embedded into posts increase the changes someone will actually look. It also helps to just provide an exact url to a demonstration of the topic.
Changing the text display of badges requires a theme customization.
I’m not sure but this may be covered in the 60 minutes free design time new stores get, worth reaching out to shopify support to see if it applies.
Beyond that there are many existing threads on this for the dawn theme, search “dawn sale badge” or “dawn sale label” etc.
thank you for your reply, Paul.
I didn’t find a solution. Anyway, the example is attached now
That’s a zip file.
Goodluck.
I DID IT
[DAWN THEME]
Here is the solution:
- Edit Code
- Go to line 86 and change with this
{{ ‘products.product.on_sale’ | t }}
{% capture discount %}
{{ product.compare_at_price_max | minus:product.price | money }}
{% endcapture %}
You save
{{ discount }}
Great work, FYI you can mark you own post as a solution!
If you used some reference urls help future merchants out by linking to those.