{foreach from=$minfo item="product" key=product_id}>
* | <{if $info.type=='select'}> <{elseif $info.type=='text'}> <{input class="inputstyle x-input" type="textarea" rows="3" cols="40" id="misc_{$key}" name="minfo[{$product_id}][{$infokey}][value]" vtype="required"}> <{else}> <{input class="inputstyle" id="misc_{$key}" size="30" name="minfo[{$product_id}][{$infokey}][value]" type='required' }> <{/if}> |
---|
<{t}>收货信息确认<{/t}> |
<{include file="shop:common/receiver.html"}> |
<{t}>配送方式确认<{/t}>* |
<{t}>请先“在收货人信息”中选择“收货地区”<{/t}> |
<{t}>支付方式确认<{/t}>* |
<{t}>货币类型:<{/t}><{input type="select" id="payment-cur" onchange="Order.setCurrency(this,event); Order.paymentChange(this);" name="payment[currency]" rows=$currencys valueColumn="cur_code" labelColumn="cur_name" value=$currency class="inputstyle" required="true"}>
<{include file="shop:common/paymethod.html"}>
|