营销方式说明:店铺级的促销方式,同一订单内,【特定】商品销售满【特定】数量,【特定】会员可享受【特定】折扣优惠,比如:买3件享8折;该促销方式最多可同时设置5条 X件Y折规则; 该促销方式与优惠券不互斥,与其他互斥。

添加X件Y折促销

<{foreach from=$xydiscountList item=item}> <{/foreach}>
操作 状态 X件Y折促销名称 规则 使用平台 适用会员 有效期
<{if $examine_setting}> <{if $item.xydiscount_status == 'non-reviewed' || $item.xydiscount_status =='refuse'}> 提交审核
编辑
删除
<{else}> 查看 <{/if}> <{if $item.xydiscount_status == 'pending'}> 删除
<{/if}> <{if $item.xydiscount_status == 'agree'}> 取消 <{/if}> <{else}> <{if $item.xydiscount_status == 'refuse'}> 查看 <{else}> <{if $item.start_time > $now}> 编辑
删除 <{else}> 查看 <{/if}> <{if $item.xydiscount_status!='cancel' && $item.xydiscount_status!='refuse' && $item.end_time > $now && $item.start_time < $now}> 取消 <{/if}> <{/if}> <{/if}>
<{if $item.xydiscount_status=='pending'}>待审核<{/if}> <{if $item.xydiscount_status=='non-reviewed'}>未审核<{/if}> <{if $item.xydiscount_status=='refuse'}><{/if}> <{if $item.xydiscount_status=='agree'}> <{if $now < $item.start_time}>待开始<{/if}> <{if $now < $item.end_time && $now >$item.start_time}>活动中<{/if}> <{if $now > $item.end_time}>已结束<{/if}> <{/if}> <{if $item.xydiscount_status=='cancel'}>已取消<{/if}> <{$item.xydiscount_name}> <{$item.start_time|cdate:'FDATE_STIME'}>
 ~ 
<{$item.end_time|cdate:'FDATE_STIME'}>
<{pagers data=$pagers}> <{if $total > 0}> 共 <{$total}> 条记录 <{/if}>