Magento - 电子邮件发货 = 默认
在 Magento 中创建货件时,有一个复选框允许您“通过电子邮件发送货件副本”。
默认情况下,此选项未被选中。有谁知道我需要编辑哪个文件才能默认设置此“选中”?
When creating a shipment in Magento there is a checkbox which allows you to "email a copy of the shipment".
By default this is unchecked. Does anyone know which file I need to edit to set this 'checked' by default?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个 app/design/adminhtml/default/default/template/sales/order/shipment/create/items.phtml
您可以在那里找到以下几行:
It is a app/design/adminhtml/default/default/template/sales/order/shipment/create/items.phtml
You can fin there the following lines: