- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020
04:52 AM
05-05-2020
04:52 AM
How override admin email template.
Hi, I want to overwrite administrator email templates, from this path
vendor/magento/module-user/view/adminhtml/email
I use this path
app/design/frontend/{Packagename}/{themename}/Magento_User/email/
and it doesn't work, i can't see these templates from the cms panel.
Labels:
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020
05:30 AM
05-05-2020
05:30 AM
Re: How override admin email template.
Hello @maciejmodl497d
If you have custom admin theme, please follow:
app/design/adminhtml/{Vendor}/{Theme}/Magento_User/email/
Otherwise use the bellow method:
app/design/adminhtml/Magento/backend/Magento_User/email/I hope it is helpful to you.
Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.
200+ Magento 2 Extensions for Enhanced Shopping Experience.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020
05:56 AM
05-05-2020
05:56 AM
Re: How override admin email template.
Thx for answer, I have not admin theme, i use this
app/design/adminhtml/Magento/backend/Magento_User/email/
but it doesn't work.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2020
09:47 AM
05-05-2020
09:47 AM
Re: How override admin email template.
Hi @maciejmodl497d ,
You can load vendor template in admin and make necessary changes there.
Go to Admin Log-in -> Marketing -> Email Templates -> Add New Template -> Under Load default template -> select your module in your case under Magento_User -> choose to Forget Admin Password -> then finally load the template to see your template loaded in admin and make changes there.
Hope this helps.
Thanks!
if issue solved, Click Kudos & Accept as Solution