<%@ 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.ccount }

清空购物车    添加收货地址


商品金额总计:¥  ${sum}
<%@ include file="footer.jsp"%>