定制 elgentos/shopware-dutch-email-templates 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 10
  • Watchers: 1
  • Forks: 7
  • 开发语言: Twig

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-03-04