<%Include _head%> <%Include _addAddress%> <%Include _addInvoice%>
当前位置:首页 <%if htStore!=null&& htStore.Count>0%> > {htStore[UI_Name]} <%/if%> > 订单信息
<%if userinfo==null%> 登录/注册 <%else%> <%if userinfo.linkManInfo.CnName!=""%> {userinfo.linkManInfo.CnName} <%else%> {userinfo.linkManInfo.U_Name} <%/if%> <%/if%>
订单信息
我的购物车 填写核对订单 订单提交成功

订单详情

<%if dtProduct!=null&&dtProduct.Rows.Count>0&&int.Parse(dtProduct.Rows[0]["sid"].ToString())>0%> 返回修改购物车 <%/if%>
商品
数量
小计(元)
<%if dtProduct!=null&&dtProduct.Rows.Count>0%> <%loop (DataRow) product dtProduct%>
{product[p_productName]} {product[p_specifications]}
{product[p_quantity]}
<%set str=Method.formatmoney(decimal.Parse(product["p_unitprice"].ToString()),"0.00")%> ¥{str}
<%/loop%> <%/if%>
  • 运费
    <%set str=Method.formatmoney(yunfeiAll,"0.00")%> ¥{str}
¥ <%set str=Method.formatmoney(productPriceAll,"0.00")%> {str}
<%if dtProduct!=null&&dtProduct.Rows.Count>0%> <%set str=dtProduct.Rows.Count.ToString()%> <%else%> <%set str="0"%> <%/if%> {str} 件商品

收货地址添加新地址

付款方式推荐使用在线支付,不用找零,优惠更多

    <%if lastPayType=="1"%>
  • 在线支付

    即时到帐,支持绝大数银行借记卡及部分银行信用卡

  • 货到付款

    配送后再收款,支持现金、POS机刷卡

  • <%else%>
  • 在线支付

    即时到帐,支持绝大数银行借记卡及部分银行信用卡

  • 货到付款

    配送后再收款,支持现金、POS机刷卡

  • <%/if%>

选择优惠

包邮优惠

优惠活动

其他信息

发票信息
订单备注
确认下单
应付金额 ¥ <%set str=Method.formatmoney(productPriceAll,"0.00")%> {str}
确认下单
<%Include _footernew%>