ECSHOP开发中心(www.68ecshop.com)教程介绍一下如何去掉ecshop的配送方式和支付方式。
1、首先删除 ecshop模板文件里的表单部分
打开 flow.dwt 文件,找到如下代码将其删除之。(注:下面提供的代码是针对官方默认模板的,不同模板,删除的代码有所不同。)
---------------------------------------------------------------
{$lang.consignee_name}: | {$consignee.consignee|escape} | {$lang.email_address}: | {$consignee.email|escape} |
{$lang.detailed_address}: | {$consignee.address|escape} | {$lang.postalcode}: | {$consignee.zipcode|escape} |
{$lang.phone}: | {$consignee.tel} | {$lang.backup_phone}: | {$consignee.mobile|escape} |
{$lang.sign_building}: | {$consignee.sign_building|escape} | {$lang.deliver_goods_time}: | {$consignee.best_time|escape} |
{$lang.name} | {$lang.describe} | {$lang.fee} | {$lang.free_money} | {$lang.insure_fee} | |
---|---|---|---|---|---|
{$shipping.shipping_name} | {$shipping.shipping_desc} | {$shipping.format_shipping_fee} | {$shipping.free_money} | {if $shipping.insure neq 0}{$shipping.insure_formated}{else}{$lang.not_support_insure}{/if} | |
{$lang.name} | {$lang.describe} | {$lang.pay_fee} | |
---|---|---|---|
{$payment.pay_name} | {$payment.pay_desc} | {$payment.format_pay_fee} |
这个可以去ecshop后台进行卸载
http://pan.baidu.com/s/1dFMtvNF用这个吧,百度网盘的