订单完成页面标签调用
标签名:
{aspcms:cartlist}
购物车调用范例:
<DIV class="posts single" id=post-2> 
<!--content-->
{aspcms:cartlist}
<!--content end-->
<DIV class=clear></DIV>
</DIV>
输出后:
<DIV class="posts single" id=post-2> 

<!--content-->
<form name='frmCart' action='?action=all2cart'>
<ul class="atable">
<li class="ahead">
<div class="p_img">商品图片</div>
<div class="p_name">商品名称</div>
<div class="p_price">价格</div>
<div class="p_count">数量</div>
<div class="p_total">小计</div>
<div>操作</div>
</li>
<li>
<div class='p_img'><a title='点击查看原图' href='../content/?144.html' target=_blank><img src='/upLoad/product/month_1208/201208201457258890.jpg' /></a></div>
<div class='p_name'><a title='亲亲款X恋人草头情侣小白人 桌上盆景' href='../content/?144.html' target=_blank>亲亲款X恋人草头情侣小白人 桌上盆景</a></div>
<div class='p_price'><span id='price144'>48</span>元
<input type='hidden' name='price144' value='48'>
</div>
<div class='p_count'>
<input id='count144' name='count144' maxlength='5' onkeyup="this.value=this.value.replace(/\D/g,'');changePrice(this,144)" onafterpaste="this.value=this.value.replace(/\D/g,'')" onblur="if(value=='') {value='1';changePrice(this,144)}" maxlength='5' value='1' </div> <div class='p_total'><span id='curtotal144'>48</span>元</div>
<div><a href='javascript:void(0)' onclick='deleteItem(144,this)'>删除</a></div>
</li>
</ul>
<div style='float:left;width:600px'>你的购物车里有商品:<span id='allcount'>2</span> 件 共计:<span id='alltotal'>96</span> </div>
<div style='float:left;width:600px'><a class='button_2' style='float:left;letter-spacing:0px; margin-right:20px;' href='../list/?5_1.html'>继续购物</a> <a class='button_2' style='float:left' href='checkout.asp'>订购</a></div>
</form>
<!--content end-->
<DIV class=clear></DIV>
</DIV>