<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> 订单预览页面 <%@ include file="header.jsp"%>

订单预览温馨提示:请添加你要邮递到的地址

序号 商品名称 价格 数量 小计
${i.count} ${c.product.pname} ${c.product.pprice} ${c.cnum} ${c.ccount}
收货地址
添加收货地址

商品金额总计:¥  ${sum}

<%@ include file="footer.jsp"%>