All Projects → ectouch → Ectouch

ectouch / Ectouch

ECTouch是一款开源的电商系统,为中小企业提供最佳的新零售解决方案。

Projects that are alternatives of or similar to Ectouch

Go jwt
golang for websocket wechat or weixin and jwt,http ratelimit
Stars: ✭ 19 (-91.95%)
Mutual labels:  mysql, wechat
Yoshop
萤火小程序商城,是在Thinkphp5基础上搭建的一个PHP项目,前后端完全开源。Thinkphp5以易学易用著称,让您轻松打造自己的独立商城,同时也方便二次开发,让您快速搭建个性化独立商城。
Stars: ✭ 137 (-41.95%)
Mutual labels:  mysql, wechat
Wechatminiprogram Shopping Mall
微信小程序的个体商店前端(以下面一个开源模板为基础)和Java后台(含mysql数据库文件)
Stars: ✭ 186 (-21.19%)
Mutual labels:  mysql, wechat
Sqliterally
Lightweight SQL query builder
Stars: ✭ 231 (-2.12%)
Mutual labels:  mysql
Storagetapper
StorageTapper is a scalable realtime MySQL change data streaming, logical backup and logical replication service
Stars: ✭ 232 (-1.69%)
Mutual labels:  mysql
Weapp Ssha
企业官网 小程序 源码
Stars: ✭ 233 (-1.27%)
Mutual labels:  wechat
Wechat Database
破解微信数据库 获取想要的数据
Stars: ✭ 236 (+0%)
Mutual labels:  wechat
Wxapp Scalc
💬微信小程序版简易计算器demo,适合入门练手
Stars: ✭ 230 (-2.54%)
Mutual labels:  wechat
Warehouse Inventory System
Open source inventory management system with php and mysql
Stars: ✭ 235 (-0.42%)
Mutual labels:  mysql
Django Migration Linter
🚀 Detect backward incompatible migrations for your django project
Stars: ✭ 231 (-2.12%)
Mutual labels:  mysql
Sequelize Auto Migrations
Migration generator && runner for sequelize
Stars: ✭ 233 (-1.27%)
Mutual labels:  mysql
Wechat H5 Boilerplate
为腾讯微信优化的H5动效模板,帮助你快速构建全屏滚动型H5页面。
Stars: ✭ 2,571 (+989.41%)
Mutual labels:  wechat
Weapp
🐧 微信小程序组件和功能封装,基于微信Component自定义组件开发
Stars: ✭ 235 (-0.42%)
Mutual labels:  wechat
Devops Bash Tools
550+ DevOps Bash Scripts - AWS, GCP, Kubernetes, Kafka, Docker, APIs, Hadoop, SQL, PostgreSQL, MySQL, Hive, Impala, Travis CI, Jenkins, Concourse, GitHub, GitLab, BitBucket, Azure DevOps, TeamCity, Spotify, MP3, LDAP, Code/Build Linting, pkg mgmt for Linux, Mac, Python, Perl, Ruby, NodeJS, Golang, Advanced dotfiles: .bashrc, .vimrc, .gitconfig, .screenrc, .tmux.conf, .psqlrc ...
Stars: ✭ 226 (-4.24%)
Mutual labels:  mysql
Mysql
Async MySQL client for PHP based on Amp.
Stars: ✭ 235 (-0.42%)
Mutual labels:  mysql
Db Sync
PHP library with command line tool for efficiently syncing tables between remote MySQL databases
Stars: ✭ 230 (-2.54%)
Mutual labels:  mysql
Transferee
一个帮助您完成从缩略视图到原视图无缝过渡转变的神奇框架
Stars: ✭ 2,697 (+1042.8%)
Mutual labels:  wechat
Jh flutter demo
a flutter demo
Stars: ✭ 229 (-2.97%)
Mutual labels:  wechat
Wechat
WeChat SDK for Go (微信SDK:简单、易用)
Stars: ✭ 3,144 (+1232.2%)
Mutual labels:  wechat
Wilayah
Kode dan Data Wilayah Administarsi Indonesia sesuai Permendagri No 72 Tahun 2019 dengan PHP+MySQL+AJaX. Demo link : https://wilayah.cahyadsn.com/v2/
Stars: ✭ 231 (-2.12%)
Mutual labels:  mysql

ECTouch v2

ECTouch是一款开源的电商系统,为中小企业提供最佳的新零售解决方案。

采用稳定的MVC框架开发,执行效率、扩展性、稳定性值得信赖。MVC是一种将应用程序的逻辑层和表现层进行分离的方法。MVC分层有助于管理复杂的应用程序,因为您可以在一个时间内专门关注一个方面。例如,您可以在不依赖业务逻辑的情况下专注于视图设计。同时也让应用程序的测试更加容易。MVC分层同时也简化了分组开发。不同的开发人员可同时开发视图、控制器逻辑和业务逻辑。

平台需求

  • IIS/Apache/Nginx
  • PHP5.3+
  • MySQL 5.1+

建议使用平台:Linux + Apache2.2 + PHP5.6 + MySQL5.5

PHP必须环境或启用的系统函数:

curl allow_url_fopen GD扩展库 MySQL扩展库 系统函数 —— phpinfo、dir

基本目录结构

  • /
  • /admin 默认后台管理目录(可任意改名)
  • /api API 通知
  • /data 静态资源和系统缓存、配置项目录[必须可写入]
  • /images 商品图片目录
  • /include 核心程序目录
  • /install 程序安装器
  • /plugins 插件程序目录
  • /themes 系统默认模板目录
  • /vendor 第三方包

PHP环境容易碰到的不兼容性问题

  • data目录没写入权限,导致管理后台无法上传文件;
  • php的上传的临时文件夹没设置好或没写入权限,这会导致文件上传的功能无法使用;
  • 出现莫名的错误,如安装时显示空白,这样能是由于系统没装载mysql扩展导致的。

程序安装使用

特色功能

  • 手机短信验证码功能
  • 支持微信商城对接及微信支付
  • 订单包裹跟踪
  • 手机端第三方登录
  • 整站模块自适应宽度
  • 支持无线支付宝支付
  • 所有数据与ecshop后台无缝对接

社区交流

常见问题整理

http://bbs.ecmoban.com/thread-28767-1-1.html

安全&缺陷

如果你发现了一个安全漏洞,请发送邮件到 [email protected]。所有的安全漏洞都将及时得到解决。

License

ECTouch 遵循 GPL license 开源协议。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].