$!httpInclude.include("/top.htm") $!httpInclude.include("/head.htm") $!httpInclude.include("/nav_shopping.htm")
#if($!group==1)团购#end #if($!obj.bargain_status==2) 特价 #end #if($!goods.activity_status==2)活动#end #if($!goods.bargain_status==2)特价#end #if($!goods.combin_status==2)组合#end #if($!goods.delivery_status==2)买就送#end
#if($!obj.goods_main_photo) #set($small_img="$!webPath/$!{obj.goods_main_photo.path}/$!{obj.goods_main_photo.name}_small.$!{obj.goods_main_photo.ext}") #set($big_img="$!webPath/$!{obj.goods_main_photo.path}/$!{obj.goods_main_photo.name}") #else #set($small_img="$!webPath/$!{config.goodsImage.path}/$!{config.goodsImage.name}") #set($big_img="$!webPath/$!{config.goodsImage.path}/$!{config.goodsImage.name}") #end
  • #foreach($img in $obj.goods_photos)
  • #end
  • $!obj.goods_name

  • #if($!group==0)
  • ¥$!{current_price}原价:¥$!{obj.goods_price}
  • #else
  • 团购价格:¥$!{current_price}(节省:¥$!CommUtil.subtract($!{obj.goods_price},$!{current_price}))
  • #end #foreach($spec in $goodsViewTools.generic_spec("$!obj.id"))
  • 选择$!{spec.name}: #foreach($gsp in $obj.goods_specs) #if($!{gsp.spec.id}==$!spec.id) $!gsp.value #end #end
  • #end
  • 配送至:
  • #if($!obj.goods_transfee==1) #else #if($!obj.transport) #if($!obj.transport.trans_mail) 平邮: ¥$!transportTools.cal_goods_trans_fee("$!obj.transport.id","mail","$!obj.goods_weight","$!obj.goods_volume","$!{current_city}") #end #if($!obj.transport.trans_express) 快递: ¥$!transportTools.cal_goods_trans_fee("$!obj.transport.id","express","$!obj.goods_weight","$!obj.goods_volume","$!{current_city}") #end #if($!obj.transport.trans_ems) EMS: ¥$!transportTools.cal_goods_trans_fee("$!obj.transport.id","ems","$!obj.goods_weight","$!obj.goods_volume","$!{current_city}") #end #else 平邮:¥$!CommUtil.null2Float($!{obj.mail_trans_fee}) 快递:¥$!CommUtil.null2Float($!{obj.express_trans_fee}) EMS:¥$!CommUtil.null2Float($!{obj.ems_trans_fee}) #end #end
#if($!obj.dg)
  • 赠品: $!{obj.dg.d_delivery_goods.goods_name} #if($!obj.dg.d_delivery_goods.goods_main_photo) #set($img="$!imageWebServer/$!{obj.dg.d_delivery_goods.goods_main_photo.path}/$!{obj.dg.d_delivery_goods.goods_main_photo.name}_small.$!{obj.dg.d_delivery_goods.goods_main_photo.ext}") #else #set($img="$!imageWebServer/$!{config.goodsImage.path}/$!{config.goodsImage.name}") #end
  • #end
  • 销售情况:售出$!{obj.goods_salenum}件($!{obj.evaluates.size()}条评论)
  • 关注次数:$!{obj.goods_click}次
    • 数量: #if($!obj.group_buy==2) #foreach($gg_info in $obj.group_goods_list) #if($!gg_info.gg_goods.id==$!obj.id) #set($goods_inventory=$!{gg_info.gg_count}) #end #end #else #set($goods_inventory="$!{obj.goods_inventory}") #end 件(#if($!group==1)团购剩余#else库存#end$!{goods_inventory}件)
    •  
    $!obj.goods_details

    更多推荐商品

    #foreach($goods in $goods_recommend_list) #if($!goods.goods_main_photo) #set($img="$!imageWebServer/$!{goods.goods_main_photo.path}/$!{goods.goods_main_photo.name}") #else #set($img="$!imageWebServer/$!{config.goodsImage.path}/$!{config.goodsImage.name}") #end #end
    $!httpInclude.include("/footer.htm")