<{if $aCart.object.giftpackage}> <{foreach from=$aCart.object.giftpackage item=giftpackage key=_giftpackage_key}>
<{$giftpackage.package.name}>
<{$giftpackage.package.price|cur_odr}>
- +
<{if $giftpackage.package._store.store <= 5}>余量有限<{/if}> <{if ($giftpackage.subtotal_goods_price-$giftpackage.package.price*$giftpackage.quantity) > 0 }> <{($giftpackage.subtotal_goods_price-$giftpackage.package.price*$giftpackage.quantity)|cur_odr}> <{else}> <{0|cur_odr}> <{/if}> <{$giftpackage.subtotal_gain_score}> <{$giftpackage.subtotal_price|cur_odr}> <{if $login=='nologin'}> 收藏 <{else}> 收藏 <{/if}> | 移除 <{foreach from=$giftpackage.obj_items item=giftpackage_product name=giftpackage}>
礼包
商品
<{$giftpackage_product.name}> <{$giftpackage_product.spec_info}>
<{$giftpackage_product.price.price|cur_odr}> <{$giftpackage_product.quantity * $giftpackage.quantity}> <{/foreach}> <{/foreach}> <{/if}>