在Magento Enterprise ver。 1.14.1.0,当我创建新帐户时,电子邮件中的密码字段为空,我们已尝试更改模板转到app->locale->en_GB->template->email
并更改文件account_email.html
<strong>Email</strong>: {{var customer.email}}<br/> (Working Fine)
<strong>Password</strong>: {{htmlescape var=$customer.password}}(Blank field place of password)
htmlescape var = $ customer.password 此行在新邮件中显示空白。
感谢
答案 0 :(得分:0)
请查看最新Magento版本的发行说明: http://www.magentocommerce.com/knowledge-base/entry/ce19-later-release-notes#ce19-1910
Magento无法在邮件中发送密码,因为没有密码。
我认为密码链接留在模板中以便向后兼容。我建议你从模板中删除这个字符串。
答案 1 :(得分:0)
您说得对,该功能已从1.9.1.0中删除。 ,当我在1.9.0.1上测试时,
记住 - 当1.9.1.0中的功能已从1.9.1.0中删除时,功能正在退出。
请检查链接
http://www.magentocommerce.com/knowledge-base/entry/ce19-later-release-notes#ce19-1910
由于