$!httpInclude.include("/top.htm")
$!httpInclude.include("/seller/nav_head.htm")
$!httpInclude.include("/seller/nav.htm?op=transport")
卖家中心
>
运费模板
运费模板
添加运费模板
模板名称:
发货时间:
请选择
12小时内
24小时内
48小时内
72小时内
5天内
7天内
15天内
30天内
45天内
承诺买家付款后该时间内录入物流信息并发货,以物流公司收单信息为准
计价方式:
按件数
按重量
按体积
运送方式:
除指定地区外,其他地区的运费采用“默认运费”
#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
平邮
默认运费:
件内,
元, 每增加
件,增加运费
元
#set($mail_trans_list=$transportTools.query_all_transprot("$!obj.trans_mail_info",1))
运送到
首件(件)
首费(元)
续件(件)
续费(元)
操作
#foreach($info in $mail_trans_list)
编辑
$!info.value("city_name")
删除
#end
全选
批量设置
批量删除
为指定地区城市设置运费
批量操作
取消批量
快递
默认运费:
件内,
元, 每增加
件,增加运费
元
#set($express_trans_list=$transportTools.query_all_transprot("$!obj.trans_express_info",1))
运送到
首件(件)
首费(元)
续件(件)
续费(元)
操作
#foreach($info in $express_trans_list)
编辑
$!info.value("city_name")
删除
#end
全选
批量设置
批量删除
为指定地区城市设置运费
批量操作
取消批量
EMS
默认运费:
件内,
元, 每增加
件,增加运费
元
#set($ems_trans_list=$transportTools.query_all_transprot("$!obj.trans_ems_info",1))
运送到
首件(件)
首费(元)
续件(件)
续费(元)
操作
#foreach($info in $ems_trans_list)
编辑
$!info.value("city_name")
删除
#end
全选
批量设置
批量删除
为指定地区城市设置运费
批量操作
取消批量
#end
$!httpInclude.include("/footer.htm")