Your override file path is incorrect. You have to just override order_new.html file at below location.
For example, to override the New Order email template, create a template named
order_new.html in the
and created my custom template in [ModuleDir]/view/frontend/templates/email/items. ... class Items extends \Magento\Sales\Block\Order\Email\Items { }.
This worked for me under 2.2.5 your module file needs to state the sequence to follow Vendor/ModuleExample/etc/module.xml
-Questions/Magento2-override-sales-email-templates/td-p/.
Magento 2 Email Templates allow setting up the content combining with the footer
In the Magento Admin panel go to 'System > Transactional Emails' and click on ' Add New Template'. 2. In the 'Load default template' containerĀ ...
Please go to your theme and create folder Magento_Sales/templates/email/items/ order. then download default.phtml file.
In order to customize email templates in Magento 2 take the following steps:1.
In Magento 2 it's possible to manage email templates and set them to be sent