网商云计算

 找回密码
 立即注册
搜索
热搜: 网渠道
查看: 71|回复: 0

[网商系统] Ecshop多仓版文件结构

[复制链接]
发表于 2016-1-28 11:46:14 | 显示全部楼层 |阅读模式
Ecshop多仓版文件结构
  
名称
  
  
备注(作用或意义)
  
  
根目录
  
  
前台程序文件
  
  
admin
  
  
后台程序文件
  
  
admin/help
  
  
功能的帮助文件
  
  
admin/images
  
  
后台页面用图片
  
  
admin/includes
  
  
后台公用文件和函数
  
  
admin/js
  
  
后台用js脚本
  
  
admin/style
  
  
后台用样式表
  
  
admin/templates
  
  
后台页面模板
  
  
api
  
  
调用API的系统公用函数
  
  
cert
  
  
存放证书的文件夹
  
  
data
  
  
据连接设置等,包括各种广告的上传图片等
  
  
data/afficheimg
  
  
广告图片
  
  
demo
  
  
默认自带测试数据,安装后可删除
  
  
images
  
  
上传商品图片文件夹,按日期分目录
  
  
images/200902
  
  
按月份划分商品图片
  
  
images/upload
  
  
编辑器上传文件夹,包括file、flash、image和media
  
  
includes
  
  
前台公用文件和函数
  
  
includes/codetable
  
  
语言对应的代码表
  
  
includes/fckeditor
  
  
开源html文本编辑器
  
  
includes/modules/convert
  
  
shopex转换文件
  
  
includes/modules/cron
  
  
如自动上下架、ip删除等函数
  
  
includes/modules/integrates
  
  
整合各种插件和函数基础类
  
  
includes/modules/payment
  
  
各种支付接口插件
  
  
includes/modules/shipping
  
  
各种送货方式插件
  
  
install
  
  
系统安装文件夹,用后请删除
  
  
js
  
  
前台用js脚本
  
  
js/calendar
  
  
日历控件
  
  
languages
  
  
语言文件
  
  
languages/zh_cn
  
  
简体中文语言包文件
  
  
languages/zh_en
  
  
英文语言包文件
  
  
languages/zh_tw
  
  
繁体中文语言包文件
  
  
mobile
  
  
系统自带手机版程序
  
  
mobile/includes
  
  
手机版公共程序
  
  
mobile/templates
  
  
手机版模板文件
  
  
temp
  
  
存放临时缓存等文件
  
  
themes
  
  
模板文件夹,可以随意拷贝模板样式
  
  
wap
  
  
手机浏览程序
  
  
wap
  
  
手机浏览程序
  
  
wap/includes
  
  
公用文件和函数
  
  
wap/templates
  
  
页面模板
  
  
widget
  
  
搜狐博客小插件
  
程序文件说明
  
名称
  
  
备注(作用或意义)
  
  
activity.php
  
  
优惠活动首页文件
  
  
affiche.php
  
  
广告处理文件
  
  
affiliate.php
  
  
生成商品列表
  
  
api.php
  
  
API统一接口文件
  
  
article.php
  
  
文章详细页
  
  
article_cat.php
  
  
文章分类首页
  
  
auction.php
  
  
拍卖活动首页文件
  
  
brand.php
  
  
品牌列表
  
  
captcha.php
  
  
生成验证码
  
  
catalog.php
  
  
所有商品分类页
  
  
category.php
  
  
商品分类
  
  
certi.php
  
  
证书反查文件
  
  
chinabank_receive.php
  
  
网银在线自动对账接口
  
  
comment.php
  
  
提交用户评论
  
  
compare.php
  
  
商品比较程序
  
  
cycle_image.php
  
  
轮播图片程序
  
  
exchange.php
  
  
积分商城
  
  
feed.php
  
  
RSS Feed 生成程序
  
  
flow.php
  
  
购物流程
  
  
gallery.php
  
  
商品相册
  
  
goods.php
  
  
商品详情
  
  
goods_script.php
  
  
生成商品列表
  
  
group_buy.php
  
  
团购商品首页文件
  
  
index.php
  
  
首页文件
  
  
message.php
  
  
留言板首页
  
  
myship.php
  
  
支付配送页面
  
  
package.php
  
  
超值礼包列表
  
  
pick_out.php
  
  
选购中心首页
  
  
pm.php
  
  
短消息文件
  
  
quotation.php
  
  
报价单首页
  
  
receive.php
  
  
处理收回确认的页面
  
  
region.php
  
  
地区切换程序
  
  
respond.php
  
  
支付响应页面
  
  
search.php
  
  
搜索程序
  
  
sitemaps.php
  
  
网站地图程序
  
  
snatch.php
  
  
夺宝奇兵首页文件
  
  
tag_cloud.php
  
  
标签云首页
  
  
topic.php
  
  
专题首页文件
  
  
user.php
  
  
会员中心
  
  
vote.php
  
  
投票程序
  
  
wholesale.php
  
  
商品批发程序
  
  
includes/cls_captcha.php
  
  
验证码图片类
  
  
includes/cls_ecshop.php
  
  
基础类
  
  
includes/cls_error.php
  
  
用户级错误处理类
  
  
includes/cls_iconv.php
  
  
字符集转换类
  
  
includes/cls_image.php
  
  
后台对上传文件的处理类(实现图片上传,图片缩小, 增加水印)
  
  
includes/cls_json.php
  
  
JSON 类
  
  
includes/cls_mysql.php
  
  
MYSQL 公用类库
  
  
includes/cls_rss.php
  
  
RSS 类
  
  
includes/cls_session.php
  
  
SESSION 公用类库
  
  
includes/cls_sms.php
  
  
短信模块 之 模型(类库)
  
  
includes/cls_smtp.php
  
  
SMTP 邮件类
  
  
includes/cls_sql_executor.php
  
  
SQL语句执行类
  
  
includes/cls_template.php
  
  
模版类
  
  
includes/cls_transport.php
  
  
服务器之间数据传输器
  
  
includes/inc_constant.php
  
  
常量
  
  
includes/init.php
  
  
前台公用文件
  
  
includes/lib.debug.php
  
  
调试
  
  
includes/lib_article.php
  
  
文章及文章分类相关函数库
  
  
includes/lib_base.php
  
  
基础函数库
  
  
includes/lib_clips.php
  
  
用户相关函数库
  
  
includes/lib_code.php
  
  
加密解密类
  
  
includes/lib_common.php
  
  
公用函数库
  
  
includes/lib_goods.php
  
  
商品相关函数库
  
  
includes/lib_insert.php
  
  
动态内容函数库
  
  
includes/lib_main.php
  
  
前台公用函数库
  
  
includes/lib_order.php
  
  
购物流程函数库
  
  
includes/lib_passport.php
  
  
用户帐号相关函数库
  
  
includes/lib_payment.php
  
  
支付接口函数库
  
  
includes/lib_time.php
  
  
时间函数
  
  
includes/lib_transaction.php
  
  
用户交易相关函数库
  
  
includes/lib_uc.php
  
  
UCenter 函数库
  
  
includes/modules/integrates/*
  
  
会员数据处理类
  
  
includes/modules/payment/alipay.php
  
  
支付宝插件
  
  
includes/modules/payment/balance.php -
  
  
余额支付插件
  
  
includes/modules/payment/bank.php
  
  
银行汇款(转帐)插件
  
  
includes/modules/payment/cappay.php
  
  
首信易支付插件
  
  
includes/modules/payment/chinabank.php
  
  
快钱插件
  
  
includes/modules/payment/cncard.php
  
  
云网支付插件
  
  
includes/modules/payment/cod.php
  
  
货到付款插件
  
  
includes/modules/payment/ctopay.php
  
  
Ctopay 支付插件
  
  
includes/modules/payment/express.php
  
  
ips支付系统插件
  
  
includes/modules/payment/ips.php
  
  
ips支付系统插件
  
  
includes/modules/payment/kuaiqian.php
  
  
快钱插件
  
  
includes/modules/payment/nps.php
  
  
NPS支付插件
  
  
includes/modules/payment/pay800.php
  
  
800pay 支付宝插件
  
  
includes/modules/payment/paypal.php
  
  
贝宝插件
  
  
includes/modules/payment/paypalcn.php
  
  
贝宝中国插件
  
  
includes/modules/payment/post.php
  
  
邮局汇款插件
  
  
includes/modules/payment/shenzhou.php
  
  
快钱神州行支付插件
  
  
includes/modules/payment/tenpay.php
  
  
财付通插件
  
  
includes/modules/payment/tenpayc2c.php
  
  
财付通中介担保支付插件
  
  
includes/modules/payment/xpay.php
  
  
易付通插件
  
  
includes/modules/payment/yeepay.php
  
  
YeePay易宝插件
  
  
includes/modules/payment/yeepay_abchina.php
  
  
YeePay易宝银行直付插件
  
  
includes/modules/payment/yeepay_ccb.php
  
  
YeePay易宝银行直付插件
  
  
includes/modules/payment/yeepay_cmbchina.php
  
  
YeePay易宝银行直付插件
  
  
includes/modules/payment/yeepay_icbc.php
  
  
YeePay易宝银行直付插件
  
  
includes/modules/payment/yeepay_jcard.php
  
  
YeePay易宝银行直付插件
  
  
includes/modules/payment/yeepayszx.php
  
  
YeePay易宝神州行支付插件
  
  
includes/modules/shipping/cac.php
  
  
上门取货插件
  
  
includes/modules/shipping/city_express.php
  
  
城际快递插件
  
  
includes/modules/shipping/ems.php
  
  
EMS插件
  
  
includes/modules/shipping/flat.php
  
  
邮政包裹插件
  
  
includes/modules/shipping/post_express.php
  
  
邮政包裹插件
  
  
includes/modules/shipping/post_mail.php
  
  
邮局平邮插件
  
  
includes/modules/shipping/presswork.php
  
  
挂号印刷品插件
  
  
includes/modules/shipping/sf_express.php
  
  
顺丰速运 配送方式插件
  
  
includes/modules/shipping/sto_express.php
  
  
申通快递 配送方式插件
  
  
includes/modules/shipping/yto.php
  
  
圆通速递插件
  
  
includes/modules/shipping/zto.php
  
  
中通速递插件
  
  
js/auto_complete.js
  
  
自动完成
  
  
js/calendar.php
  
  
调用日历js
  
  
js/common.js
  
  
公共函数
  
  
js/compare.js
  
  
商品比较
  
  
js/global.js
  
  
全局js
  
  
js/index.js
  
  
首页js
  
  
js/lefttime.js
  
  
剩余时间js
  
  
js/myship.js
  
  
支付配送
  
  
js/region.js
  
  
城市js
  
  
js/shopping_flow.js
  
  
购物流程
  
  
js/showdiv.js
  
  
创建显示层
  
  
js/tagbox.js
  
  
js/transport.js
  
  
用于支持AJAX的传输类
  
  
js/user.js
  
  
会员信息
  
  
js/utils.js
  
  
验证类
  

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|网商云计算

GMT+8, 2026-4-17 23:55 , Processed in 0.100942 second(s), 21 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表