All things Shopify and commerce
Hi,
I have been looking for the solution here on how to translate a custom discount title with Shopify's own app "Translate & Adapt", but cannot locate this after looking through many pages.
Does anyone know where I can translate this?
Thank you!
Cheers,
vc5411
Hi @vc5411
I understand you're trying to translate a custom discount title using Shopify's "Translate & Adapt" app but haven't found a clear solution yet. Let's dive into this together.
Shopify's "Translate & Adapt" app is designed to help store owners translate various elements of their store. However, certain custom elements, like discount titles, might not be directly accessible for translation within the app's interface.
To translate custom discount titles, you'll need to utilize Shopify's translation keys in your theme's Liquid files. Here's a straightforward way to do this:
Replace your hardcoded discount title with a translation key. For example:
{{ 'discount.title' | t }}
Add your translation key and the corresponding translated text. For example:
{
"discount": {
"title": "Your Discount Title Here"
}
}
If you're not comfortable editing theme code or if this process seems daunting, consider reaching out to a Shopify expert or developer. They can assist in implementing these changes without disrupting your store's functionality.
If you need any other assistance, feel free to reply and I will try my best to help.
Best regards,
Daisy
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025