商品
|
价格
|
优惠
|
数量
|
库存状态
|
<%if dtProduct!=null&&dtProduct.Rows.Count>0%>
<%loop (DataRow) product dtProduct%>
商品编号:{product[PSI_ArticleNumber]}
|
<%set str=Method.formatmoney(decimal.Parse(product["p_unitprice"].ToString()),"0.00")%>
¥{str}
|
{product[DiscountPriceALL]}
|
x {product[p_quantity]}
|
{product[msg]}
|
<%/loop%>
<%/if%>
<%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%>
|