<{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.name}>
<{$goods.obj_items.products.0.spec_info|spec_desc}>
<{if $goods.special_type}>
[<{$goods.special_type}>]
<{/if}> <{foreach from=$goods.gift item=gift key=_gift_key}>
[赠品]<{$gift.name}><{$gift.spec_info|spec_desc}> <{$gift.price.price|cur_odr}> x <{$gift.quantity}>
<{/foreach}>
<{$goods.obj_items.products.0.price.price|cur_odr}>
- +
<{if $goods.store.store == 0}><{t}>库存不足<{/t}> <{elseif $goods.store.store <= 5}><{t}>余量有限<{/t}><{/if}> <{($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}> <{if $login=='nologin'}> 收藏 <{else}> 收藏 <{/if}> | 移除 <{foreach from=$goods.adjunct item=adjunct key=key name=adjunct}>
<{t}>配件<{/t}>
<{t}>商品<{/t}>
<{$adjunct.name}>,<{$adjunct.spec_info}>
<{$adjunct.name}>,<{$adjunct.spec_info|spec_desc}>
<{$adjunct.json_price.price|cur_odr}>
- +
<{if $adjunct.store.store == 0}> <{t}>库存不足<{/t}> <{elseif $adjunct.store.store <= 5}> <{t}>余量有限<{/t}> <{/if}> <{($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}> <{if $login=='nologin'}> 收藏 <{else}> 收藏 <{/if}> | 移除 <{/foreach}> <{/foreach}> <{/if}>