{if $store['btn_coupon_type'] != 0 && $is_coupon_show == 1}
{/if}
{loop $category $item}
{$setting['currency']}{$store['btn_coupon_price']}
{$store['btn_coupon_title']}
{$store['btn_coupon_desc']}
领取
{$item['name']}
-
{loop $goodslist[$item['id']]['goods'] $goods}
-
{if !empty($goods['memberprice'])} VIP:{$setting['currency']}{$goods['memberprice']} {/if}
{$goods['title']}{$goods['description']}{if $goods['isshow_sales']==1} 已售 {$goods['sales']} {/if} {if $goods['credit']>0}赠送{$goods['credit']} 积分{/if}{php $is_sale_end=0;} {if $goods['counts']==0} {php $is_sale_end=1;} {elseif $goods['counts']>0} {php $count = $goods['counts'] - $goods['today_counts'];} {if $count <= 0} {php $is_sale_end=1;} {/if} {/if} {if $is_sale_end==1}已售罄{else} {if $goods['isoptions']==1}选规格{else}+{/if} {if !empty($dish_arr[$goods['id']])} {$dish_arr[$goods['id']]} {else} {/if} - {/if}{php $flag = 0;} {if $iscard==1 && !empty($goods['memberprice'])} {php $flag = 1;} 会员:{$setting['currency']}{$goods['memberprice']} /{$goods['unitname']}
原价:{$setting['currency']}{$goods['marketprice']}/{$goods['unitname']}{else} {$setting['currency']}{$goods['marketprice']} /{$goods['unitname']} {if !empty($goods['memberprice'])}
会员:{$setting['currency']}{$goods['memberprice']} /{$goods['unitname']} {php $flag = 1;} {/if} {/if} {if !empty($goods['productprice']) && $flag==0}
{$setting['currency']}{$goods['productprice']} /{$goods['unitname']}{/if} {if $goods['startcount']>1}
{$goods['startcount']}份起购 {/if}
{/loop}