<%
Function DecodeCookie(Str)
Dim i
Dim StrArr,StrRtn
StrArr = Split(Str,"a")
For i = 0 to UBound(StrArr)
If isNumeric(StrArr(i)) = True Then
StrRtn = Chrw(StrArr(i)) & StrRtn
Else
StrRtn = Str
Exit Function
End If
Next
DecodeCookie = StrRtn
End Function
userid=DecodeCookie(Left(Request.Cookies("shop.koush.com")("userid"),255))
if userid="" or isnull(userid) then
count1=0
count2=0
price=0
oldlog=0
else
sqlstring="select shoptype from cnmdb_user where id="&userid
set rs1=connuser.execute(sqlstring)
usershoptype=rs1(0)
rs1.close
sqlstring="select count(*) as count1,sum(price) as price1,sum(price*agio/100) as price2 from contentinfo_1 a ,user_buylist b where a.id=b.goodsid and b.userid="&userid
set rs1=conn.execute(sqlstring)
count1=rs1(0)
if usershoptype="2" then
'response.write sqlstring
if isnull(rs1(2)) then
price=0
else
price=ROUND(rs1(2),1)
end if
else
if isnull(rs1(1)) then
price=0
else
price=rs1(1)
end if
end if
rs1.close
sqlstring="select count(*) as count2 from contentinfo_1 a ,user_boxroom b where a.id=b.goodsid and b.userid="&userid
set rs1=conn.execute(sqlstring)
count2=rs1(0)
rs1.close
sqlstring="select count(*) from info_buylog where paymentstatus<>'0' and purchaser="&userid
set rs1=conn.execute(sqlstring)
oldlog=rs1(0)
rs1.close
end if
%>
 |
介质分类 |
|
 |
|
|
|
|
具体说明
具体说明
1、若定单中部分金额采用虚拟帐户或礼品卡支付,则办理退货时,此部分款额仍旧退回至虚拟帐户或礼品卡中。
通过网上支付形式的订单办理退货时,货款转入虚拟帐户或银行支付卡中。
送货上门、网上支付的订单办理退货时,货品会先行由配送员取回,货款会在15天日内退回至虚拟帐户中或银行支付卡中。
2、关于在线支付
我们将消费者网上支付的货款退还到持卡人的帐户(总金额小于10元人民币不能申请退款)
3、口水音像网保留对上述全部条款的解释权和修改权。
售后服务: 发票制度
1、发票格式:口水音像网根据每一位顾客的需求开具发票。提供的发票类型是:零售业专用发票。此发票可用作单位报销使用,形式为手写。
2、发票内容:音像
3、发票金额:发票金额为订单中的商品本身金额,不包含订单的配送和邮寄费用以及礼券金额。运输费用的发票由配送公司负责提供,请您在签收商品时向配送人员索取。如果您的订单选择了礼品包装,礼品包装费用将与商品金额开在一起。
4、补开发票:如果在您提交订单时没有填写发票需求,我们可以提供补开本年度订单的发票服务。请提供您的订单号(如果是两张订单或者更多张订单,请您注明是分别开具还是合并开具)、发票抬头(客户名称)、发票内容(音像)以及邮寄地址,我们待收到您的回复后将按您的要求开具发票并为您邮寄。
5、换发票:收到发票后如果发现票据抬头、内容或金额错误,您可将发票寄至以下地址,并附上一张说明记录您的订单号以及开具发票的具体要求,待我们收到后会在10天内按您的要求重新开具发票并邮寄给您本人。
|