在新订单电子邮件中添加客户公司
如何将客户的公司添加到客户地址(在新订单电子邮件中)?
How can I add the customer's company to the customer address (in the new order Email)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何将客户的公司添加到客户地址(在新订单电子邮件中)?
How can I add the customer's company to the customer address (in the new order Email)?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
在文件
app/code/core/Customer/etc/config.xml
中,Magento 定义了地址格式。如果您想要修改所有 html 格式的地址以包含公司信息,您可以覆盖此文件(具体来说,路径default/customer/address_templates/html
):否则,您可以创建自己的模块并在 XML 配置文件中添加新的地址格式。然后,您需要修改电子邮件模板以使用新格式:
In the file
app/code/core/Customer/etc/config.xml
, Magento defines the formats for addresses. If you want to modify all html-formatted addresses to contain company info, you can override this file (specifically, the pathdefault/customer/address_templates/html
):Otherwise, you could create your own module and add a new address format in your XML config file. Then, you would need to modify your email templates to use the new format: