如何从客户的笔记领域获得价值?

时间:2014-07-25 08:56:42

标签: shopify liquid

我正在研究shopify,我的要求是添加一些额外的用户信息,我按照以下链接做了: -

http://docs.shopify.com/manual/configuration/store-customization/communicating-with-customers/accounts-and-newsletters/capture-additional-information-in-the-account-registration-form

但现在我想知道如何从我的液体代码中的客户[注释] [标签]字段中获取值。 就像我能够使用存储在客户[名称]字段中的{{customer.name}}来获取客户的名称,但无法从客户[注释] [标签] 字段中获取值。< / p>

1 个答案:

答案 0 :(得分:1)

customer.note未通过customer Liquid object公开。目前只能通过Shopify API获取。这是因为客户备注不适合在您的商店中显示,而是供店主管理管理区域中的客户。另一种方法是使用metafields代替。

关于Shopify论坛的相关讨论: