ecshop ectouch去掉收货人信息界面邮箱

参考ecshop开发中心

1、mobile/include/lib_order.php 去掉函数check_consignee_info

“!empty($consignee[‘email‘]) &&”这句。
 2、mobile/data/static/js/shopping_flow.js  函数checkConsignee

改为 if ( ! Utils.isEmail(frm.elements[‘email‘].value) && (! Utils.isEmpty(frm.elements[‘email‘].value)))
3、mobile/themes/library/consignee.lbi  找到

<dl>
  <dd class="dd1">电子邮箱</dd>
  <dd class="dd2">
    <input name="email" type="text" class="inputBg"  id="email_{$sn}" value="{$consignee.email|escape}" />
    <span>*</span></dd>
</dl>

  在dl标签后添加display:none

时间: 2024-11-05 12:19:31

ecshop ectouch去掉收货人信息界面邮箱的相关文章

ectouch收货人信息界面配送区域省市采用默认

1.根目录下的flow.php2.修改ecshop模板文件theme/模版名目录/library/consignee.lbi 1.flow.php $province_list[$region_id] = get_regions(1, $consignee['country']); $city_list[$region_id] = get_regions(2, $consignee['province']); $district_list[$region_id] = get_regions(3,

ECSHOP购物流程收货人信息详细地址显示省市区

方法一: 1.在flow.php中的 elseif ($_REQUEST['step'] == 'checkout') 中 $_SESSION['flow_consignee'] = $consignee; 前,插入 $sql = "SELECT concat( IFNULL(c.region_name, ' '), IFNULL(p.region_name, ''), IFNULL(t.region_name, ''), IFNULL(d.region_name, '')) AS region

C++ Qt编程实践——收货人信息清单

收货人信息清单(改进中): dialog.h文件: #ifndef DIALOG_H #define DIALOG_H #include <QDialog> #include <QLineEdit> #include <QLabel> #include <QPushButton> #include <QComboBox> class Dialog : public QDialog {     Q_OBJECT public:     Dialog

ecshop删去版权等信息

前台部分: 1:去掉头部TITLE部分的ECSHOP演示站 Powered by ecshop 前者在后台商店设置 - 商店标题修改 后者打开includes/lib_main.php $page_title = $GLOBALS['_CFG']['shop_title'] . ' - ' . 'Powered by ECShop'; 改为 $page_title = $GLOBALS['_CFG']['shop_title']; 2.去掉版本信息 "<meta name="Ge

信息界面——GridLayout

1 <?xml version="1.0" encoding="utf-8"?> 2 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_parent" 4 android:layout_height="match_parent" 5 and

React-Native个人信息界面

最近在做一个小练习项目,用户登陆后需要跳转到用户登录信息界面,加班半个小时终于将界面的布局搞定.接触Rect-Native也有一段时间了,以前没有做过ios,只做过android,就布局和开发效率上来说,react-native的给我的感觉是开发效率要大大高于android的.下面是具体的代码: 1 import React from 'react-native' 2 import Icon from 'react-native-vector-icons/FontAwesome' 3 4 let

去掉referer信息

<iframe src="auto-refresh.html" width=500 height=500 rel="noreferrer"></iframe> auto-refresh.html内容: <html> <head> <meta name="referrer" content="never"> <meta http-equiv="refre

Android编辑信息界面,组合控件的封装

Github地址(完整Demo,欢迎下载) https://github.com/ganchuanpu/ItemGroup 效果图 attrs.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <resources> 3 <declare-styleable name="ItemGroup"> 4 <!--标题的文字--> 5 <attr name=

ecshop, Ectouch电子商务平台兼容PHP5.6.X完整包.

ecshop编译更新日志: 1: 加入最新官方补丁. 2: 修改数据库连接底层为mysqli, 现在完美无缺了. 3: 再次对所有代码进行细节修复. 4: adminers更新至1.1.2, 在线管理数据库的神器. 4: 测试过程中, 无任何异常提示. (非常严格的监控表明.) ectouch编译更新日志: 1: 修改数据库连接底层为mysqli 2: 优化安装过程的体验, 官方的太粗糙. 3: 修复所有php5.6下的报错. 4: 测试过程通过. 注意ectouch安装请把文件替换掉ecsho