<{if $aCart.object.giftpackage}> <{foreach from=$aCart.object.giftpackage item=giftpackage key=_giftpackage_key}>
<{$giftpackage.package.name}>
<{$giftpackage.package.price|cur_odr}> <{$giftpackage.quantity}> <{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}> <{foreach from=$giftpackage.obj_items item=giftpackage_product name=giftpackage}>
[<{t}>礼包商品<{/t}>]<{$giftpackage_product.name}> <{$giftpackage_product.spec_info}>
<{$giftpackage_product.price.price|cur_odr}> <{$giftpackage_product.quantity * $giftpackage.quantity}> <{/foreach}> <{/foreach}> <{/if}>