| <{t}>指定店铺:<{/t}> |
<{foreach from=$shops item=items}>
<{if $items.checked == 'true'}>
<{input type="checkbox" name="shop_ids[]" value=$items.shop_id checked='checked'}>
<{$items.name}> <{else}> <{input type="checkbox" name="shop_ids[]" value=$items.shop_id}> <{$items.name}> <{/if}> <{/foreach}> * 不勾选表示适用全部店铺 |
|---|---|
| <{t}>订单类型:<{/t}> |
<{foreach from=$order_types item=order_type}>
<{if $order_type.checked == 'true'}>
<{else}>
<{/if}>
<{/foreach}>
* 不勾选表示不限制订单类型
|
| <{t}>指定收货区域:<{/t}> |
<{foreach from=$provinces item=province}>
<{if $province.checked == 'true'}>
<{else}>
<{/if}>
<{/foreach}>
* 不勾选表示不限制区域
|
| <{t}>订单金额:<{/t}> | |
| <{t}>购买商品:<{/t}> | |
| <{t}>赠送数量:<{/t}> |
|
| <{t}>限量赠送:<{/t}> | |
| <{t}>每ID第一次购买赠送:<{/t}> | checked<{/if}>> |
| <{t}>指定会员:<{/t}> | <{input id="title" type="textarea" name="filter_arr[member_uname]" placeholder="支持多个, 以逗号符分隔" value=$rule.filter_arr.member_uname size="25"}> |