elgentos/shopware-dutch-email-templates
最新稳定版本:1.1.3
Composer 安装命令:
composer require elgentos/shopware-dutch-email-templates
包简介
Dutch transactional email templates
README 文档
README
Since I couldn't find translations anywhere, here's a community project. If you find any typo's, please create a PR :)
Import templates
A console command is available to import the templates into your database. Be aware that this overwrites your existing mail templates!
$ bin/console elgentos-dutch-email-templates:import
Email header & footer templates
Header:
<div style="background:#f6f6f6;font-family:Helvetica;font-size:13px;margin:0;padding:0">
<div style="background:#f6f6f6;font-family:Helvetica;font-size:13px;margin:0;padding:0">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td align="center" valign="top" style="padding:20px 0 20px 0">
<table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #e0e0e0">
<tbody>
<tr>
<td valign="top">
<a href="https://your-domain.com/" target="_blank"><img src="https://absolute-path-to-your.com/logo.svg" alt="{{ salesChannel.name }}" style="margin-bottom:10px" border="0" /></a>
</td>
</tr>
Footer:
<tr>
<td bgcolor="#EAEAEA" align="center" style="background:#eaeaea;text-align:center">
<center>
<p style="font-size:12px;margin:0">Met vriendelijke groet, <strong>{{ salesChannel.name }}</strong></p>
</center>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</div>
Huge thanks to @MelvinAchterhuis for providing a large number of these :)
统计信息
- 总下载量: 3.63k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-04