Initial commit: Vendor Sales Report Magento 2 module
This commit is contained in:
22
view/adminhtml/email/report.html
Normal file
22
view/adminhtml/email/report.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!--@subject {{var subject}} @-->
|
||||
<!--@vars
|
||||
{"var subject":"Email Subject"}
|
||||
@-->
|
||||
|
||||
{{template config_path="design/email/header_template"}}
|
||||
|
||||
<table>
|
||||
<tr class="email-intro">
|
||||
<td>
|
||||
<p class="greeting">Hello,</p>
|
||||
<p>
|
||||
Please find attached the monthly vendor sales report for {{var month}} {{var year}}.
|
||||
</p>
|
||||
<p>
|
||||
This report contains all completed orders for the specified period.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
{{template config_path="design/email/footer_template"}}
|
||||
Reference in New Issue
Block a user