<{if $aCart.object.goods}> <{foreach from=$aCart.object.goods item=goods key=_obj_key}>
<{$goods.obj_items.products.0.name}> <{$goods.obj_items.products.0.spec_info}> <{if $goods.special_type}> [<{$goods.special_type}>] <{/if}>
<{$goods.obj_items.products.0.price.price|cur_odr}> <{$goods.quantity}> <{($goods.discount_amount_prefilter)+(($goods.obj_items.products.0.price.price-$goods.obj_items.products.0.price.member_lv_price)*$goods.quantity)|cur_odr}> <{if ($goods.subtotal_gain_score - $goods.subtotal_consume_score)}> <{($goods.subtotal_gain_score - $goods.subtotal_consume_score)}> <{else}> - <{/if}> <{$goods.subtotal_prefilter_after|cur_odr}> <{foreach from=$goods.gift item=gift key=_gift_key}> [赠品]<{$gift.name}><{$gift.spec_desc}> <{$gift.price.price|cur_odr}> <{$gift.quantity}> <{/foreach}> <{foreach from=$goods.adjunct item=adjunct key=key name=adjunct}>
[<{t}>配件商品<{/t}>]<{$adjunct.name}> , <{$adjunct.spec_info}>
<{$adjunct.json_price.price|cur_odr}> <{$adjunct.quantity}> <{($adjunct.json_price.price-$adjunct.price.price)*$adjunct.quantity|cur_odr}> <{if ($adjunct.gain_score - $adjunct.consume_score)}> <{($adjunct.gain_score - $adjunct.consume_score)}> <{else}> - <{/if}> <{$adjunct.price.price|cur_odr}> <{/foreach}> <{/foreach}> <{/if}>