1:如何設置 ecshop “ 收貨人姓名”為可選項?
打開js/shopping_flow.js文件,找到checkConsignee()函數
/*if (Utils.isEmpty(frm.elements['consignee'].value))
{
err = true;
msg.push(consignee_not_null);
}*/
注釋掉這一段。
flow.php中
/*if (!check_consignee_info($consignee, $flow_type))
{
ecs_header("Location: flow.php?step=consignee\n");
exit;
}*/
這段該注釋掉
2:如何設置 ecshop "詳細地址"為選填項
打開js/shopping_flow.js文件,找到checkConsignee()函數
注釋掉下面
/*
if (frm.elements['address'] && Utils.isEmpty(frm.elements['address'].value))
{
err = true;
msg.push(address_not_null);
}*/
flow.php中
/*if (!check_consignee_info($consignee, $flow_type))
{
ecs_header("Location: flow.php?step=consignee\n");
exit;
}*/
這段該注釋掉
3:如何設置 ecshop "電子郵件地址"為選填項
打開js/shopping_flow.js文件,找到checkConsignee()函數
注釋掉下面
if ( ! Utils.isEmail(frm.elements['email'].value))
{
err = true;
msg.push(invalid_email);
}
flow.php中
/*if (!check_consignee_info($consignee, $flow_type))
{
ecs_header("Location: flow.php?step=consignee\n");
exit;
}*/
這段該注釋掉
4:如何設置 ecshop"電話"為選填項
打開js/shopping_flow.js文件,找到checkConsignee()函數
注釋掉下面
/*
if (Utils.isEmpty(frm.elements['tel'].value))
{
err = true;
msg.push(tele_not_null);
}
else
{
if (!Utils.isTel(frm.elements['tel'].value))
{
err = true;
msg.push(tele_invaild);
}
}
*/
flow.php中
/*if (!check_consignee_info($consignee, $flow_type))
{
ecs_header("Location: flow.php?step=consignee\n");
exit;
}*/
這段該注釋掉
注意最后一步需要修改ia
去掉email必填項,還必須在修改 includes/lib_order.php文件
將 “check_consignee_info”函數中的檢測語句修改,
Copyright © 2010-2021 北京瑞恒天龍科技有限公司 All Rights Reserved | 北京網站建設知名服務商 | 北京網站制作 | 京ICP備11004170號-1 京公網安備110107000463號
地址:北京市海淀區永定路長銀大廈B座 非工作時間:15810379666 服務熱線:400-809-6709 版權所有 盜版必究!