$!httpInclude.include("/top.htm")
$!httpInclude.include("/seller/nav_head.htm")
$!httpInclude.include("/seller/nav.htm?op=transport")
卖家中心 > 运费模板
  • 模板名称:
  • 发货时间: 承诺买家付款后该时间内录入物流信息并发货,以物流公司收单信息为准
  • 计价方式:
  • 运送方式: 除指定地区外,其他地区的运费采用“默认运费”
#if($!obj) #if($!obj.trans_type==0) $!httpInclude.include("/seller/transport_info.htm?id=$!obj.id&type=mail") #end #if($!obj.trans_type==1) $!httpInclude.include("/seller/transport_info.htm?id=$!obj.id&type=express") #end #if($!obj.trans_type==2) $!httpInclude.include("/seller/transport_info.htm?id=$!obj.id&type=ems") #end #else
#end
$!httpInclude.include("/footer.htm")