Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Templates Magento模板变量$customer_Templates_Magento_Magento 1.4 - Fatal编程技术网

Templates Magento模板变量$customer

Templates Magento模板变量$customer,templates,magento,magento-1.4,Templates,Magento,Magento 1.4,我在文件app/locale/en_US/template/email/wishlist_share.html中看到这个变量{{htmlescape var=$customer.name}} 有人能告诉我$customer变量的属性列表吗?我希望能够访问电子邮件、地址、税务/增值税号码等信息。您将在上找到一个列表,请确保您对其进行了彻底测试,根据电子邮件模板发送的上下文,我得到了一些不一致的结果。谢谢Jonathan,我在这里问了一个关于模板if语句的相关问题:您是否也知道它?

我在文件
app/locale/en_US/template/email/wishlist_share.html
中看到这个变量
{{htmlescape var=$customer.name}}


有人能告诉我$customer变量的属性列表吗?我希望能够访问电子邮件、地址、税务/增值税号码等信息。

您将在上找到一个列表,请确保您对其进行了彻底测试,根据电子邮件模板发送的上下文,我得到了一些不一致的结果。

谢谢Jonathan,我在这里问了一个关于模板if语句的相关问题:您是否也知道它?