{rendie:load 商品/头部.html}
1.我的购物车
2.填写核对订单信息
3.成功提交订单
我的购物车
全选
商品
商城价
数量
总计
操作
{rendie:productlist where=" p Inner Join {pre}shoppingcart s on p.{pre}id=s.{pre}proid where s.{pre}username='{rendie:server_name}'" page=2}
[productlist:p.name]
¥
[productlist:p.price formatnumber=2]
-
+
[productlist:p.price formatnumber=2]
删除
[productlist:p.price formatnumber=2]
{/rendie:productlist}
删除选中的商品
凑单商品
{rendie:productlist size=1 where=" p Inner Join {pre}shoppingcart s on p.{pre}id=s.{pre}proid where s.{pre}username='{rendie:server_name}'"}
¥[productlist:sum(p.price*s.amount) formatnumber=2]
总计:
{/rendie:productlist} {rendie:productlist size=1 where=" p Inner Join {pre}shoppingcart s on p.{pre}id=s.{pre}proid where s.{pre}username='{rendie:server_name}'"}
[productlist:sum(p.price*s.amount) formatnumber=2]
总计(不含运费):
{/rendie:productlist}
继续购物
去结算
{rendie:load 商品/尾部.html}