<%Include _addAddress%> <%Include _addInvoice%> <%Include _indextop%>

填写并核对订单信息

支付方式 [修改]

在线支付  使用在线支付

支付方式保存支付方式

支付方式

  • 即时到帐,支持绝大数银行借记卡及部分银行信用卡
发票信息 [修改]

{InvoiceTitle}

发票信息保存发票信息

发票信息

  •                     
  •                     
<%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%> <%/loop%> <%/if%>
商品 价格 优惠 数量 库存状态
<%set str=Method.formatmoney(decimal.Parse(product["p_unitprice"].ToString()),"0.00")%> ¥{str} <%set str=Method.formatmoney(decimal.Parse(product["DiscountPriceALL"].ToString()),"0.00")%> <%if str!="0.00"%>{str}<%/if%> <%if product["DA_Title"].ToString()!=""%>
{product[DA_Title]} <%/if%>
x {product[p_quantity]} {product[msg]}
<%if dtProduct!=null&&dtProduct.Rows.Count>0%> <%set str=dtProduct.Rows.Count.ToString()%> <%else%> <%set str="0"%> <%/if%> {str} 件商品,总商品金额: <%set str=Method.formatmoney(productPrice+DiscountPriceALL,"0.00")%> ¥{str}
优惠: <%set str=Method.formatmoney(DiscountPriceALL,"0.00")%> -¥{str}
包邮:
运费: <%set str=Method.formatmoney(yunfeiAll,"0.00")%> ¥{str}
应付总额: <%set str=Method.formatmoney(productPriceAll,"0.00")%> ¥{str}
<%set weekState=true%> <%if submitOrder==false%>

部分商品无货,无法提交订单

<%else if weekState==false%>

非工作时间不能提交订单。

<%else%>

您需先保存收货人信息,再提交订单

<%/if%>
<%if submitOrder==false||weekState==false%> 提交订单 <%else%> 提交订单 <%/if%>
应付总额:¥{str}
<%Include _footer%>