简体   繁体   English

如何在管理员中向magento销售电子邮件添加阻止

[英]How to add a block to magento Sales Emails in admin

I want to add a section/block very similar to order or order comments to the sales Emails page in magento administrator, but I never found the template file related to it. 我想在magento管理员的“销售电子邮件”页面中添加与订单或订单注释非常相似的部分/块,但是我从未找到与其相关的模板文件。 Anyone please explain or paste a link so I can figure out how the page is processing. 任何人都请解释或粘贴链接,以便我能弄清楚页面的处理方式。

For it I included the same XML in the code/Mage/Sales/etc/system.xml as the order, order comment sections. 为此,我在代码/Mage/Sales/etc/system.xml中包含与订单,订单注释部分相同的XML。

  1. Open the system.xml file. 打开system.xml文件。
  2. Search the sales_email. 搜索sales_email。
  3. All the XML between this tag is related to the sales_email page of Admin. 此标记之间的所有XML与Admin的sales_email页面相关。
  4. Copy a XML tag and modify the as you required. 复制XML标记,然后根据需要进行修改。

The fields and values in the new block will be saved to the core_config_data. 新块中的字段和值将保存到core_config_data中。 From there you can query the fields values. 您可以从那里查询字段值。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM