Questions tagged «template-directive»

3
APPSEC-1057如何将变量或块添加到白名单表
APPSEC-1057(SUPEE-6788的一部分)规定 Magento现在包括允许的块或指令的白名单。如果一个模块或任何用途的变量,比如{{config path=”web/unsecure/base_url”}}和 {{block type=rss/order_new}}CMS中的网页或电子邮件,而指令是不在此列表中,您需要将它们与你的数据库安装脚本添加。 处理内容的扩展名或自定义代码(例如博客扩展名)可能会受到影响。如果您的代码使用一些配置变量或块,则需要创建一个数据更新脚本,以将变量或块添加到白名单表中: 您如何将自定义变量和块列入白名单?

1
Magento 1中的交易电子邮件中的依赖和是否/其他
我们正在调查交易电子邮件或新闻通讯中的一些支票,并查看http://merch.docs.magento.com/ce/user_guide/store-operations/email-transactional.html 我们在下面找到代码。 我的问题:我们可以使用DEPEND或IF检查变量的存在或空吗?就像是 {{if customer.getFirstname()}} {{var customer.firstname}} {{else} {{var customer.name}} {{/if}} 链接示例 Depend Condition {{depend order.getIsNotVirtual()}} {{/depend}} {{depend salable}} {{/depend}} - If Condition {{if order.getIsNotVirtual()}} {{else}} {{/if}} (else is optional)

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.