<%
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、 请使用CD、VCD、DVD机观赏CD、VCD、DVD盘。 口水网不保证由于在计算机上使用所产生的不良效果而造成的所谓”质量问题”。 如果用计算机播放VCD、DVD出现马赛克、不读盘或声道问题,可能由于播放软件与您的系统设置冲突或光盘设置加密程序所导致。请您通过VCD、DVD机确认是否为质量问题后,再与我们联系。
如果您订购的商品中个别光盘有问题,建议在更换时只更换相应光盘, 配送人员换货时为您送去的是整套产品,在包装、碟数一致的前提下请您将有问题的光盘更换。
2、 口水音像网出售的CD、VCD、DVD为仅在中华人民共和国(港、澳、台地区除外)境内销售。海外用户请谨慎购买!
3、 有些DVD-9在包装盒及盘面上没有特殊说明,您可通过如下方法判断盘片是否为DVD-9:
第一步:用电脑光驱看容量,大于4.7G的可确定是D9,因为MPEG-2的压缩大小和密度决定了DVD光盘一层数据面最多只能容纳4.7G的数据。但反过来不能说“小于4.7G一定不是D9
”,因为厂家完全可以将不足4.7的内容分别做在两个数据面上,当然这肯定是种资源浪费。所以就有了第二步。
第二步:看盘面,对于一些小于4.7G的碟就只能看盘面,正版D9的两层数据面都必有对应的编号,并且内层的圈号字符是反的,所以用圈号看D9的准确性是比较高的。
4、口水网出售的HDVD(也称压缩盘)可以使用普通的DVD机观看。
注:港、澳、台地区及海外用户不提供退/换服务,请谨慎购买!
|