<%Include _mb_left_menu%>
订单号:{htOrder[oid]}<%set str=Method.formatdatetime(htOrder["o_publishDate"].ToString(),"yyyy-MM-dd hh:mm:ss")%>
下单日期:{str} 收货人:{htOrder[receiveName]}
<%loop (DataRow) product dtProduct%>
-
<%set str=GetImage(product["sd_id"].ToString())%>
-
<%set str=Method.formatmoney(decimal.Parse(product["p_unitprice"].ToString()),"0.00")%>
¥{str}
数量: {product[p_quantity]}
<%/loop%>
<%set str=Method.formatmoney(decimal.Parse(htOrder["o_allPrice"].ToString()),"0.00")%>
-
总价(含运费):¥{str}
<%set str1=Method.formatmoney(decimal.Parse(htOrder["o_allPrice"].ToString())-decimal.Parse(htOrder["o_productPrice"].ToString()),"0.00")%>
运费:¥{str1}
需要支付:¥{str}
-
确认收货
-
请收到货后,再确认收货!否则您可能钱货两空!
- 支付密码:
-
确定