<{if $aCart.object.goods}> <{foreach from=$aCart.object.goods item=goods key=_obj_key}>
  • <{assign var="gimage" value=$goods.obj_items.products.0.default_image.thumbnail|default:$env.conf.site.default_thumbnail_pic}> <{$goods.name|escape:html}>

    <{$goods.obj_items.products.0.name}> <{$goods.obj_items.products.0.spec_info|spec_desc}>

    <{t}>销售价:<{/t}><{$goods.obj_items.products.0.price.buy_price|cur_odr}>

    <{t}>数量:<{/t}><{$goods.quantity}><{t}>移除<{/t}>

  • <{if $item_goods_section}> <{foreach from=$item_goods_section item=section}> <{include file=$section.file app=$section.app}> <{/foreach}> <{/if}> <{/foreach}> <{/if}>