模板引擎
简介
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
discount_record
对象discount_record
用于显示订单的优惠信息。
对象discount_record
不能单独使用,它在 order对象 中以order.discount_records
存在。
对象discount_record
,包含以下属性:
discount_record.name
优惠活动名称。
输入:
{{ discount_record.name }}
输出:
满98包邮
discount_record.amount
优惠金额,以分为单位的整型数值,可调用 money方法 格式化显示。
输入:
<!-- discount_record.amount = 900 -->
{{ discount_record.amount | money }}元
输出:
9.0元