如何更改时事通讯电子邮件的内容 - Magento

时间:2014-02-19 08:34:26

标签: php magento newsletter

我希望在订阅magento时事通讯时更改发送给用户的感谢电子邮件的内容。

订阅表单位于/app/design/frontend/base/default/template/newsletter/subscribe.phtml

 <form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">       
 </form>

我在/app/code/core/Mage/Newsletter/Block/Subscribe.php中找到的getFormActionUrl函数:

 public function getFormActionUrl()
   {
      return $this->getUrl('newsletter/subscriber/new', array('_secure' => true));
   }

我是magento的新手,getUrl函数在很多文件中定义,任何人都可以直接指向我的文件,感谢您订阅电子邮件的新闻通讯。

1 个答案:

答案 0 :(得分:2)

Mahendra,如果您想更改唯一的模板,请

app>locale>en_US(your language)>template>email>newsletter_subscr_success.html