-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Use the same greeting as in other Magento Customer emails #27589
Use the same greeting as in other Magento Customer emails #27589
Conversation
Hi @ptylek. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
Hi @lbajsarowicz. How would you like to proceed with this one? Should @ptylek copy the tests over to this PR and close yours? Trying to figure out the best way to process both PRs. Thank you. |
If you merge mine, his would be also tagged as merged. |
…op expedited Accepted Community Pull Requests: - #26293: Bugfix - Customer emails are not being sent from admin if customer is from store "0" (by @matheusgontijo) - #27606: Test coverage for PR #27589 (E-mail templates) (by @lbajsarowicz) - #27841: [MFTF] Remove redundant Index and Flush Cache action group (by @Usik2203) - #27692: [MFTF] Use ActionGroup for checking category save success message. (by @Usik2203) - #27843: [MFTF] Added assertion to AssertAdminSuccessLoginActionGroup (by @Usik2203)
Hi @ptylek, thank you for your contribution! |
Description (*)
In all Magento_Customer emails, there is proper greeting using customer name instead of
Hello
.Related Pull Requests
These changes were moved from #27356 as the other PR is focused on duplicated content, not on changes to greeting.
Fixed Issues (if relevant)
not found
Manual testing scenarios (*)
Questions or comments
All emails use
<p class="greeting">{{trans "%name," name=$customer.name}}</p>
Maybe we can switch it to
<p class="greeting">{{var customer.name}},</p>
?
That would wider the scope of this PR in order to check all emails.
Contribution checklist (*)