简体   繁体   English

在magento中安装6788安全补丁后,交易电子邮件不起作用

[英]Transaction emails are not working after installing 6788 security patch in magento

I installed 6788 security patch to magento 1.9.1.0. 我在magento 1.9.1.0上安装了6788安全补丁。 now every function works properly. 现在每个功能都可以正常工作。 But transnational emails are not working. 但是跨国电子邮件无法正常工作。 Can you please help me? 你能帮我么?

The main issue introduced in SUPEE-6788 that affected CMS and transactional emails was the requirement for Variables and Blocks to be registered in a whitelist in order to be used. SUPEE-6788中引入的影响CMS和交易电子邮件的主要问题是,变量和块必须在白名单中注册才能使用。

Check the emails for custom blocks/variables, add them to the whitelist. 检查电子邮件中的自定义块/变量,将其添加到白名单。 The Whitelist is found under System => Permissions => Variables/Blocks 白名单位于系统=>权限=>变量/块下

Use Fiasco Labs answer and add following to the white list. 使用Fiasco Labs的答案并将以下内容添加到白名单中。

Variables: 变量:

web/unsecure/base_url 网路/不安全/ base_url

web/secure/base_url 网络/安全/ base_url

trans_email/ident_support/name trans_email / ident_support /名称

trans_email/ident_support/email trans_email / ident_support / email

trans_email/ident_general/name trans_email / ident_general /名称

trans_email/ident_general/email trans_email / ident_general / email

trans_email/ident_sales/name trans_email / ident_sales /名称

trans_email/ident_sales/email trans_email / ident_sales / email

trans_email/ident_custom1/name trans_email / ident_custom1 /名称

trans_email/ident_custom1/email trans_email / ident_custom1 / email

trans_email/ident_custom2/name trans_email / ident_custom2 /名称

trans_email/ident_custom2/email trans_email / ident_custom2 / email

general/store_information/name 常规/商店信息/名称

general/store_information/phone 一般/店面信息/电话

general/store_information/address 一般/商店信息/地址

Blocks: 方块:

core/template
catalog/product_new
enterprise_catalogevent/event_lister (in Magento Enterprise Edition)

Refer following link: 请参考以下链接:

SUPEE-6788 Technical Details SUPEE-6788技术细节

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

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