模板引擎
简介
Liquid 基础语法
Liquid 内置方法
友好速搭主题对象
- 简介
- shop
- linklists
- link
- customer
- customer_level
- order
- payment
- shipment
- line_item
- tracker
- discount_record
- refund_record
- address
- area
- product
- image
- variant
- type
- vendor
- discount
- discount_off
- page
- page_snippet
- search
- pagination
- part
- situation
- item
- sort
- stock_avail
- form
- blog
- blog_author
- blog_tag
- social_account
- post
- post_tag
- post_dir
social_account
对象social_account
为顾客的社交账号绑定信息。
对象social_account
不能单独使用,它在customer对象中以customer.social_accounts
存在。
对象social_account
,包含以下属性:
- social_account.type
- social_account.bind_url
- social_account.binded
- social_account.name
- social_account.avatar_url
social_account.type
社交账号类型,包括:
- douban:豆瓣
- weibo:微博
- qq:QQ
- renren:人人
- netease:网易通行证
- weixin:微信
social_account.bind_url
跳转绑定的链接地址。
social_account.binded
指定的社交账号类型是否已绑定:
- true:表示已绑定
- false:表示未绑定
social_account.name
已绑定社交账号名称,未绑定时为空。
social_account.avatar_url
已绑定社交账号头像链接地址,未绑定时为空。