Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I started getting the same error message on our site as well. We haven't made any changes to the code, so it seems to be a bug in Shopify.
im getting a very similar issue of today! any luck fixing it?
Facing the same issue, nothing has changed on my end, so I am confident it has something to do with Shopify.
Facing same issue
Same here, in a very close time frame. Maybe they updated something that broke the theme functionality.
I spoken to Support jus, they could find nothing on the issue and just recommended me here
Same error here, Just hide the discount badge from the product card setting. but could not find a solution to this problem.
I am also facing same issue still shopify had not solved this issue ?
hi
did you get this resolved? I'm also facing the same issue...if yes, plz refer me to the source.
thanks
您解决了吗
How to Fix the "Translation Missing" Error for Discounted Price in Products
The "translation missing: en.products.product.discounted_price_html" error can occur when your theme fails to find the appropriate translation for a specific variable, such as the discounted price. This issue can happen with any theme, and the solution may vary. Below, I'll outline a general approach that can be applied to any theme, as well as a specific solution for those using the Minimog theme.
General Solution for Any Theme:
Check Translations in the Language Editor:
Edit the Translation File (.json):
{
"products": {
"product": {
"discounted_price_html": "Discounted Price: {{ discounted_price }}"
}
}
}
Review the Liquid Code:
<span>{{ 'products.product.discounted_price_html' | t: price: product.price, discounted_price: product.discounted_price }}</span>
Theme Update or Customization:
Specific Solution for the Minimog Theme:
If you are using the Minimog theme and encountering the "translation missing" error, follow these additional steps:
Identifying and Fixing Discounted Price Code:
{
"products": {
"product": {
"discounted_price_html": "Discounted Price: {{ discounted_price }}"
}
}
}
Customizing the Liquid Code in Minimog:
For more details specific to the Minimog theme, you can refer to their official troubleshooting guide on translation issues.
This combination of solutions should help both Minimog theme users and those with other Shopify themes to efficiently fix the "translation missing" error.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024