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

填写并核对订单信息

支付方式 [修改]

在线支付  使用在线支付

支付方式保存支付方式

支付方式

  • 即时到帐,支持绝大数银行借记卡及部分银行信用卡查看银行及限额
  • 配送后再收款,支持现金、POS机刷卡
     
     
发票信息 [修改]

{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%>
商品 价格 优惠 数量 库存状态
商品编号:{product[PSI_ArticleNumber]}
<%set str=Method.formatmoney(decimal.Parse(product["p_unitprice"].ToString()),"0.00")%> ¥{str} {product[DiscountPriceALL]} 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}
<%if submitOrder==false%>

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

<%else if weekState==false%>

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

<%else%>

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

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