-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[2.3-develop] Fix missing discount label in checkout #13223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.3-develop] Fix missing discount label in checkout #13223
Conversation
|
This seems to work out on most cases but it is not for nl_NL. 1) I have Magento 2.3 installed with a en_GB, de_DE and a nl_NL Store. Following the Order Process in en_GB and de_DE is working fine, no issues. The issue appears only in nl_NL on all browsers on pc and mobile devices. I have tried flush, clean, rm all static files, del cookies ... 2) Following the Order Process it shows following (in stead of the expected discount label text it shows "%s"): 3) When i change the language to de_DE or en_GB, the expected discount label text appears in nl_NL, what also is wrong. I expect it in the choosen language. 4) Going back to nl_NL Store the "%s" is back again. 5) Case it helps, here additionally my Store Discount Labels that should appear on the side Thank you for your assistance, i appreciate a lot |
|
Hi @raymond62, |
|
Thanks, opened new Issue #14494 |



Description
The discount label was not being shown in the shopping cart totals description
Continuing of #11883
Fixed Issues
Manual testing scenarios
Related PRs
#13141
#13223
Contribution checklist