欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > ECSHOP教程 >
ECSHOP教程

ecshop添加配送方式教程

(元素模板) / 2022-05-27 15:24

ECSHOP如何添加新的配送方式

步骤1.打开includes\modules\shipping文件夹,把sto_express.php复制多一份,重名为yd_express.php;

步骤2.打开yd_express.php,ctrl+F调出“查找替换框”将所有“sto_express”替换成“yd_express” ,所有“申通快递”替换成“韵达快递”;;(有图片在第二部修改)

步骤3.打开languages\zh_cn\shipping文件夹,把sto_express.php复制多一份,重命名为yd_express.php;

步骤4.再将打开我们重命名好的yd_express.php,ctrl+F调出“查找替换框”将所有“sto_express”替换成“yd_express” ,所有“申通快递”替换成“韵达快递”;;(说明:步骤3.4是创建中文语言包,如果需要创建英文和繁体的语言包,请自行打开languages\en_us\shipping和languages\zh_tw\shipping进行步骤3.4的操作)

还需再修改:第16行:$_LANG[‘sto_express’] = ‘申通快递’;

改为:$_LANG[‘yd_express’] = ‘韵达快递’;

步骤5.Includes/inc_c**tant.php第237行加上相应如“ |yd_express ”

==原程序为:

define(‘SHIP_LIST’, ‘cac|city_express|ems|flat|fpd|post_express|post_mail|presswork|sf_express|sto_express|yto|zto’);

==修改后程序为:

define(‘SHIP_LIST’, ‘cac|city_express|ems|flat|fpd|post_express|post_mail|presswork|sf_express|sto_express| yd_express|yto|zto’);

步骤6. admin\templates\shipping_area_info.ht第12行加上相应如“ || $shipping_area.shipping_code ==’yd_express’ ”

==原程序为:

{if $shipping_area.shipping_code ==’ems’ || $shipping_area.shipping_code ==’yto’ || $shipping_area.shipping_code ==’zto’ || $shipping_area.shipping_code ==’sto_express’ || $shipping_area.shipping_code ==’post_mail’ || $shipping_area.shipping_code ==’sf_express’ || $shipping_area.shipping_code ==’post_express’ }

==修改后程序为:

{if $shipping_area.shipping_code ==’ems’ || $shipping_area.shipping_code ==’yto’ || $shipping_area.shipping_code ==’zto’ || $shipping_area.shipping_code ==’sto_express’ || $shipping_area.shipping_code ==’post_mail’ || $shipping_area.shipping_code ==’sf_express’ || $shipping_area.shipping_code ==’yd_express’ ||$shipping_area.shipping_code ==’post_express’ }

步骤7. 进入后台更新网站缓存,完成插件添加。

Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com