<%Include _head%>
<%Include _top%>
当前位置: 首页 > 个人中心
<%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())%> {product[p_productName]}

{product[p_productName]} <%if product["ST_Name1"]!=null&&product["ST_Name1"].ToString()!=""&& product["pSI_Spec1"]!=null&&product["pSI_Spec1"].ToString()!=""%> {product[ST_Name1]}:{product[pSI_Spec1]} <%/if%> <%if product["ST_Name2"]!=null&&product["ST_Name2"].ToString()!=""&& product["pSI_Spec2"]!=null&&product["pSI_Spec2"].ToString()!=""%> {product[ST_Name2]}:{product[pSI_Spec2]} <%/if%> <%if product["ST_Name3"]!=null&&product["ST_Name3"].ToString()!=""&& product["pSI_Spec3"]!=null&&product["pSI_Spec3"].ToString()!=""%> {product[ST_Name3]}:{product[pSI_Spec3]} <%/if%>

<%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}

收货信息
  • 姓 名:

    {htOrder[receiveName]}

  • 收货地址:

    {htOrder[receiveAddress]}

  • 联系电话:

    {htOrder[receiveMobile]}

物流信息
    <%if listLogistics!=null&&listLogistics.Count>0%>
  • 处理时间

    地点和跟踪进度

  • <%loop (Hashtable) drL listLogistics%>
  • <%set str=Method.formatdatetime(drL["time"].ToString(),"yyyy-MM-dd HH:mm:ss")%> {str}

    {drL[context]}

  • <%/loop%> <%else%>
  • 抱歉暂无查询记录

  • <%/if%>
<%Include _footer%> <%Include _floatpage%>