#@layout() #define script() #end #define css() #end #define content()

产品编辑

网址:#option('web_domain')#(CPATH)/product/#(product.slug ??)#if(option("web_fake_static_enable"))#option('web_fake_static_suffix')#end #if(product && product.isNormal()) (访问) #end

产品缩略图

#for(image : images)
#end

价格

产品的实际销售价格。

产品的原始价格,页面会使用删除线进行显示。

限时价格(早鸟价)。

到该时间后,限时价格会自动恢复到原始价格。

#if(memberGroups)

会员价

#for(group : memberGroups)

#(group.name ??)购买该产品的价格。

#end
#end

分销

当用户分享的产品连接有人付费后,用户将获得的分成(单位:元)。

其他

#(fields.render())
移至垃圾箱

分类

#for(category : categories)
#end

标签

多个标签请用 “回车键” 或英文逗号(,)隔开。

#productTags(count = 20) #for(tag : tags) #(tag.title) #end #end

产品主图

模板样式

#if(styles && styles.size() > 0 )
#end
#if(flags && flags.size() > 0)

当前模板支持的展示标识有:

#for(flag : flags ??) #(flag) #end
#end
#end