模板引擎
简介
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
image
对象image
用于显示图片。
对象image
都是附属在其它对象中使用,包括以下:
图片对象 | 地址获取函数 |
---|---|
product.feature_image | product_image_url |
product.images | product_image_url |
blog.images | image_url |
blog_author.avatar | image_url |
blog_author.weixin_qc_code | image_url |
image
包含以下属性:
image.id
图片唯一标识,用于生成图片链接。
image.name
图片文件名,用于生成图片链接。
image.epoch
图片编辑时间戳,用于生成图片链接。
image.alt
图片描述。
image.position
图片排序,整型,从 1 开始。仅用于图片对象数组中元素:
image.src
图片访问地址。