📄 shop_payment.asp
字号:
<!-- #include file="include/config_shop.asp" -->
<!-- #include file="include/conn.asp" -->
<%
dim ordernum,isuser,types,nid,price,prices,num,sum
tit="付款方式"
call web_head(0,0,0,0,0)
'------------------------------------left----------------------------------
call format_login()
call shop_sort()
call shop_left()
'----------------------------------left end--------------------------------
call web_center(0)
'-----------------------------------center---------------------------------
response.write ukong
call product_sea()
call shop_help()
%>
<table border=0 width='98%' >
<tr<%response.write table2%>><td height=20 background="IMAGES/<%response.write web_var(web_config,5)%>/bg_td.gif"> <%response.write img_small("fk0") %> <font class=end><b>付款方式</b></font></td></tr>
<tr>
<td width='98%' class=htd>
● 货到付款<br>
本服务仅限北京市内 我们在接到订单后会与您联系,请在购物时留下您的联系电话。<br>
<br>
● 招商银行一卡通报 汇款<br>
收款人:海马<br>
收款人地址:<br>
* 请务必在"汇款人简短附言"中注明订单号,本站用户名、所购物品及付款人电话、E-mail。<br>
* 我们将会对您的订单保存12天,如果12天内没有收到您的邮局汇款单(以当地邮戳为准),我们将自动取消您的订单。<br>
<br>
<br>
</td></tr>
</table>
<%
response.write kong
'---------------------------------center end-------------------------------
call web_end(0)
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -