ecshop首页幻灯添加说明文字
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
ecshop首页幻灯添加说明文字语:为你细心整理的ecshop首页幻灯添加说明文字,盼望对你有关怀! 假如喜爱就请继续关注我们〔〕的后续更新吧!
ecshop首页幻灯添加说明文字篇一:ECSHOP数据表字段信息具体说明
ECSHOP数据表字段说明
s_ccount_log //用户账目日志表
s_d //广告表(位置,类型,名称,链接,图片,开始,结束,广告主相关信息,点击是否显示)
s_d_position //广告位(名称,宽,高,描述,样式)
s_dmin_ction //治理权限安排(父类ID,权限代码)
s_dmin_log //治理日志(登陆时间,登陆ID,操作描述,IP)
s_dmin_messge //治理留言(发送id,接收id,发送日期,阅读日期,是否已读,是否删除,标题,内容)
s_dmin_user //治理员治理(用户名,emil,密码,加入时间,最终登陆时间,最终登陆IP,权限等)
s_dsense //广告相关统计(来源广告,来源位置,点击)
s_ffilite_log // 治理日志(登陆时间,登录治理员ID,操作描述,IP)
s_gency //广告相关统计(来源广告,来源位置,点击)
s_re_region //配送区域关联(配送区域ID,具体地址ID)
s_rticle //文章(分类ID,标题,内容,,emil,关键字, 类型,是否
显示,添加时间,文件地址,打开类型)
s_rticle_ct //文章分类(名称,类型,关键字,描述,排序,是否导航显示)
s_(转载于:.hnNscy :ecshop首页幻灯添加说明文字)ttribute //文章(分类ID,标题,内容, , emil,关键字,类型,是否显示)
s_uction_log //商品拍卖表
s_uto_mnge //推广链接的记录信息
ecshop首页幻灯添加说明文字篇二:ecshop 在商品类表页添加类似于精品的自定义字段
目前在做自己的博客爱T-blog web开发、共享与爱T们技术沟通
://clvluedq.web-115
在商品列表页添加自定义字段(爱T-blog)
1、首先要修改数据表结构,给表ecs_goods 增加新字段:other_col,
进入ECSHOP后XX 》数据库治理》SQL查询,输入下面SQL语句,提交。
留意假如你的数据表前缀不是ecs_ 请自行修改之
lter tble ecs_goods dd column other_col vrchr(64);
2. 打开dmin/goods.php
在/* 处理商品数据*/那里
$is_hot = isset($_POST[is_hot]) ? 1 : 0;〔大约803行〕$other_col = isset($_POST[other_col]) ? 1 : 0;
在/* 入库*/添加
/* 入库*/
if ($is_insert)
{
if ($code == 〞)
{
$sql = “INSERT INTO 〞 . $ecs-tble(‘goods’) . 〞(goods_nme,
goods_nme_style, goods_sn, 〞 .
“ct_id, brnd_id, shop_price, mrket_price, is_promote, promote_price, 〞 .
“promote_strt_dte, promote_end_dte, goods_img, goods_thumb, originl_img, keywords, goods_brief, 〞 .
“seller_note, goods_weight, goods_number, wrn_number, integrl, give_integrl, is_best, is_new, is_hot, other_col,〞 .
“is_on_sle, is_lone_sle, is_shipping, goods_desc, dd_time, lst_updte, goods_type, rnk_integrl, suppliers_id)〞 .
“VLUES (‘$_POST[goods_nme]‘,
‘$goods_nme_style’, ‘$goods_sn’, ‘$ctgory_id’, 〞 .
“‘$brnd_id’, ‘$shop_price’, ‘$mrket_price’,
‘$is_promote’,$promote_price’, “.
“‘$promote_strt_dte’, ‘$promote_end_dte’, ‘$goods_img’,
‘$goods_thumb’, ‘$originl_img’, “.
“‘$_POST[keywords]‘, ‘$_POST[goods_brief]‘, ‘$_POST[seller_note]‘,
‘$goods_weight’, ‘$goods_number’,〞.
〞‘$wrn_number’, ‘$_POST[integrl]‘, ‘$give_integrl’, ‘$is_best’,
‘$is_new’, ‘$is_hot’,$other_col’, ‘$is_on_sle’, ‘$is_lone_sle’,
$is_shipping, “.
〞‘$_POST[goods_desc]‘, ‘〞 . gmtime() . “‘, ‘〞. gmtime() .〞‘,
‘$goods_type’, ‘$rnk_integrl’, ‘$suppliers_id’)〞;
}
else
{
$sql = “INSERT INTO 〞 . $ecs-tble(‘goods’) . 〞(goods_nme,
goods_nme_style, goods_sn, 〞 .
“ct_id, brnd_id, shop_price, mrket_price, is_promote, promote_price, 〞 .
“promote_strt_dte, promote_end_dte, goods_img, goods_thumb, originl_img, keywords, goods_brief, 〞 .
“seller_note, goods_weight, goods_number, wrn_number, integrl, give_integrl, is_best, is_new, is_hot, other_col,is_rel, 〞 .
“is_on_sle, is_lone_sle, is_shipping, goods_desc, dd_time, lst_updte, goods_type, extension_code, rnk_integrl)〞 .
“VLUES (‘$_POST[goods_nme]‘, ‘$goods_nme_style’, ‘$goods_sn’, ‘$ctgory_id’, 〞 .
“‘$brnd_id’, ‘$shop_price’, ‘$mrket_price’,
‘$is_promote’,$promote_price’, “.
“‘$promote_strt_dte’, ‘$promote_end_dte’, ‘$goods_img’,
‘$goods_thumb’, ‘$originl_img’, “.
“‘$_POST[keywords]‘, ‘$_POST[goods_brief]‘, ‘$_POST[seller_note]‘,
‘$goods_weight’, ‘$goods_number’,〞.
〞‘$wrn_number’, ‘$_POST[integrl]‘,
‘$give_integrl’, ‘$is_best’,
‘$is_new’, ‘$is_hot’,$other_col’, 0, ‘$is_on_sle’, ‘$is_lone_sle’,
$is_shipping, “.
〞‘$_POST[goods_desc]‘, ‘〞 . gmtime() . “‘, ‘〞. gmtime() .〞‘,
‘$goods_type’, ‘$code’, ‘$rnk_integrl’)〞;
}
}
在/* 假如有上传图片,需要更新数据库*/
$sql .= “keywords = ‘$_POST[keywords]‘, 〞 .
“goods_brief = ‘$_POST[goods_brief]‘, 〞 .
“seller_note = ‘$_POST[seller_note]‘, 〞 .
“goods_weight = ‘$goods_weight’,〞 .
“goods_number = ‘$goods_number’, 〞 .
“wrn_number = ‘$wrn_number’, 〞 .
“integrl = ‘$_POST[integrl]‘, 〞 .
“give_integrl = ‘$give_integrl’, 〞 .
“rnk_integrl = ‘$rnk_integrl’, 〞 .
“is_best = ‘$is_best’, 〞 .
“is_new = ‘$is_new’, 〞 .
“other_col = ‘$other_col’, 〞 .
“is_hot = ‘$is_hot’, 〞 .
“is_on_sle = ‘$is_on_sle’, 〞 .
“is_lone_sle = ‘$is_lone_sle’, 〞 .
“is_shipping = ‘$is_shipping’, 〞 .
“goods_desc = ‘$_POST[goods_desc]‘, 〞 .
“lst_updte = ‘〞. gmtime() .〞‘, “.
“goods_type = ‘$goods_type’〞 .
“WHERE goods_id = ‘$_REQUEST[goods_id]‘LIMIT 1″;
在/* 取消新品*/后添加
/* 设为other_col */
elseif ($_POST[type] == ‘other_col’)
{
/* 检查权限*/
dmin_priv(‘goods_mnge’);
updte_goods($goods_id, ‘other_col’, ’1′);
}
/* 取消other_col */
elseif ($_POST[type] == ‘not_other_col’)
{
/* 检查权限*/
dmin_priv(‘goods_mnge’);
updte_goods($goods_id, ‘other_col’, ’0′);
}
在//–修改新品推举状态后面
/*——————————————————*/
//–修改other_col推举状态
/*——————————————————*/
elseif ($_REQUEST[ct] == ‘toggle_other_col’)
{
check_uthz_json(‘goods_mnge’);
$goods_id = intvl($_POST[id]);
$other_col = intvl($_POST[vl]);
if ($exc-edit(“other_col = ‘$other_col’, lst_updte=〞 .gmtime(), $goods_id)) {
cler_cche_files();
mke_json_result($other_col);
}
}
3.dmin/templtes/goods_info.htm
搜寻is_new在{$lng.is_hot}后面添加
input type=〞checkbox〞nme=〞other_col〞vlue=〞1″{if $goods.other_col} checked=〞checked〞{/if} / other_col
在大约204行{$lng.uto_thumb}后面添加
tr
td clss=〞lbel〞自定义字段/td
tdinput type=〞text〞nme=〞other_col〞vlue=〞{$goods.other_col}〞size=〞20″/
/td
/tr
4.在dmin/templtes/goods_list.htm
在31行{$lng.hndler}后
添加th href=〞jvscript:listTble.sort(‘other_col’); “自定义
/{$sort_other_col}/th
在66行后添加
td lign=〞center〞img src=〞imges/{if $goods.other_col}yes{else}no{/if}.gif〞onclick=〞listTble.toggle(this, ‘toggle_other_col’, {$goods.goods_id})〞//td
这样就可以了,另外listTble.toggle()函数在dmin下的js里的listtble.js里大家可以看下大家可以访问://clvluedq.web-115 /?p=168查看
ecshop首页幻灯添加说明文字篇三:ecshop数据字典
ECShop 2.7.2版本,数据库表
说明:ECShop 2.7.2版本的数据库表,共88张表。
注:
1、颜色为蓝色的字,是本人所写,有待商量验证的地方。
2、颜色为红色的字,是新增的字段。
〔改文档是基于XX上下载的老版本的数据字典修改而成,已经检查了全部字段,修改的修改,增加的增加〕。
ecs_ccount_log //用户账目日志表
ecs_d //广告表(位置,类型,名称,链接,图片,开始,结束,广告主相关信息,点击是否显示)
ecs_dmin_ction //治理权限安排(父类ID,权限代码)〔感觉像是规定好的一些数据,安装的时候就有〕
ecs_dmin_log //治理日志(登陆时间,登陆ID,操作描述,IP) ecs_dmin_messge //治理留言(发送id,接收id,发送日期,阅读日期,是否已读,是否删除,标题,内容)
ecs_dmin_user //治理员治理(用户名,emil,密码,加入时间,最终登陆时间,最终
登陆IP,权限等)
ecs_dsense //广告相关统计(来源广告,来源位置,点击)
ecs_d_custom //
ecs_d_position //广告位(名称,宽,高,描述,样式)
ecs_ffilite_log //〔分成记录〕
ecs_gency //广告相关统计(来源广告,来源位置,点击)
ecs_re_region //配送区域关联(配送区域ID,具体地址ID)
ecs_rticle //文章(分类ID,标题,内容,,emil,关键字, 类型,是否显示,添加时间,文件地址,打开类型)
ecs_rticle_ct //文章分类(名称,类型,关键字,描述,排序,是否导航显示)
ecs_ttribute //商品属性
1。