如何在新用户注册电子邮件模板中发送优惠券代码?

时间:2014-05-22 05:54:37

标签: xml magento magento-1.7

我有一个要求,当有新用户注册到我的网站。我想通过注册电子邮件将优惠券代码发送给客户?

我也遵循了以下教程。 Tutorial

但是我收到一封空白的电子邮件。

我在config.xml中使用了以下内容

<frontend>
    <events>
        <customer_register_success>
            <coupon_observers>
                <coupon>
                    <type>model</type>
                    <class>Mynamespace_Coupon_Model_Observer</class>
                    <method>sendCoupon</method>
                </coupon>
            </coupon_observers>
        </customer_register_success>
    </events>
</frontend> 

1 个答案:

答案 0 :(得分:1)

创建优惠券代码并将“按客户使用”设置为1。 转到system -> transactional emails并更改/添加mailtemplate'新帐户',然后将创建的优惠券代码添加到此邮件中。