|
主题:商城系统打上v9.5.131022购物车出错的修正 [收藏主题] | 转到: |
出错提示: 解决方法: 打开shop/shoppingcart.asp 找到 strsql="select I.ID,I.Title,I.FreeShipping,I.WholesaleNum,I.WholesalePrice,I.Price,I.Price_Member,I.IsDiscount,I.TotalNum,I.PhotoUrl,I.Unit,I.IsLimitBuy,I.LimitBuyPrice,I.LimitBuyAmount,i.istype,L.LimitBuyBeginTime,L.LimitBuyEndTime,I.MemberNum,I.VisitorNum,I.ArrGroupID,I.Tid,I.Fname,C.istype,C.Attr,C.Amount,C.CartID,C.AttrID,C.ProID,i.Score from (KS_Product I Inner join KS_ShoppingCart c on i.id=c.proid) Left Join KS_ShopLimitBuy L On I.LimitBuyTaskID=L.Id where i.deltf=0 and c.flag=0 and c.username='" & GetUserID & "' order by I.IsChangedBuy,I.ID" 改成 strsql="select I.ID,I.Title,I.FreeShipping,I.WholesaleNum,I.WholesalePrice,I.Price,I.Price_Member,I.IsDiscount,I.TotalNum,I.PhotoUrl,I.Unit,I.IsLimitBuy,I.LimitBuyPrice,I.LimitBuyAmount,i.istype,L.LimitBuyBeginTime,L.LimitBuyEndTime,I.MemberNum,I.VisitorNum,I.ArrGroupID,I.Tid,I.Fname,C.Attr,C.Amount,C.CartID,C.AttrID,C.ProID,i.Score from (KS_Product I Inner join KS_ShoppingCart c on i.id=c.proid) Left Join KS_ShopLimitBuy L On I.LimitBuyTaskID=L.Id where i.deltf=0 and c.flag=0 and c.username='" & GetUserID & "' order by I.IsChangedBuy,I.ID" |
|
KesionCMS,, | |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
tianyi021com 发表于:2013/11/12 16:05:55 | 只看该作者 查看该作者主题
板凳
|
|
支持(0) | 反对(0) 顶端 底部 |
<上一主题 | 下一主题 > |