【问题标题】:how to change content of newsletter email - Magento如何更改时事通讯电子邮件的内容 - Magento
【发布时间】:2014-03-19 10:58:34
【问题描述】:

我想更改订阅 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 函数在许多文件中定义,任何人都可以直接将我指向该文件,其中有感谢您订阅时事通讯的电子邮件。

【问题讨论】:

  • mahendra,你想要什么???
  • getUrl 可能只在一个地方定义。尝试搜索“function getUrl”的代码。

标签: php magento newsletter


【解决方案1】:

Mahendra,如果你想改变唯一的模板请到

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

【讨论】:

  • mahendra .请更改问题的标题-“我们在哪里找到了 magento 中的时事通讯订阅成功电子邮件模板”
  • 或者如何更改时事通讯电子邮件模板的内容 - Magento
猜你喜欢
  • 1970-01-01
  • 2015-08-06
  • 1970-01-01
  • 2013-01-29
  • 2014-01-02
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多