<{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}>货到付款订单:<{/t}> | checked<{/if}>>否checked<{/if}>> 是(选择是,货到付款订单也可以赠送,如果不需要赠送,请选择否) |