<{t}>我收藏的商品<{/t}>
<{if !$favorite}>
暂无收藏
<{else}>
<{foreach from=$favorite item=good key=key}>
" title="<{$good.name}>"><{$good.name}>
" title="<{$good.name}>"><{$good.name}>
<{$good.brief}>
  • <{$good.price|cur}><{if $good.mktprice && $setting.mktprice}><{t}>市场价: <{/t}><{$good.mktprice|cur}><{/if}>
  • <{if $product.mktprice > $good.price && $setting.mktprice && $setting.saveprice > 0}>
  • <{if $setting.saveprice == 1}>节省:<{$good.mktprice-$good.price|cur}> <{elseif $setting.saveprice == 2}>优惠:<{$good.price/$product.mktprice*100|number:'2'}>% <{elseif $setting.saveprice == 3}><{$good.price/$product.mktprice*10|number:'1'}>折 <{/if}>
  • <{/if}>
    <{goodsmenu product=$good compare=true zindex=10 showtextbuy=true}>
<{/foreach}>
<{pager data=$pager}> <{/if}>