模板引擎
简介
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
对象discount
用于显示优惠活动信息。
可以调用discount
对象的页面:
页面 | 路径 | 对象 |
---|---|---|
优惠商品列表页面 | /discounts/[handle] | discount |
对象discount
,包含以下属性:
discount.handle
优惠活动编号,系统生成的唯一标识。 例如:D000001。
discount.name
优惠活动名称。 例如:圣诞满减活动等。
discount.discount_type
返回优惠活动的优惠类型,对应如下:
- 0 - 满减
- 1 - 免邮
discount.active_amount
当discount.discount_type == 0
有效,表示激活满减优惠的订单金额要求。
discount.discount_offs
当discount.discount_type == 0
有效。
返回满减条件列表 discount_offs对象。