Giter Site home page Giter Site logo

bf_shop's Introduction

BF_SHOP v1.0.1

osuu

功能介绍

1.商品分类/上架下架/排序
2.商品促销,一键设置商品促销活动
3.商品上架下架/商品图片/介绍/排序
4.批量添加卡密(一行一个)/删除卡密
5.一键切换模板[目前1套]
6.对接易支付/码支付/官方支付,可分开对接
7.批量购买
8.网站信息一键修改
9.邮箱自动发送卡密
10.商品独立分享链接
11.商城出售状况邮件通知
12.库存不足邮件提醒
13.PDO数据库连接组件有效防止SQL注入
.......

安装说明

上传代码至网站根目录,访问网站首页按提示安装
后台登录地址: 域名/bf-login
安装前需配置伪静态,否则会报错

Apache伪静态规则示例 (Nginx请自行转换)

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /
  RewriteRule ^index\.html$ - [L]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule . /index.html [L]
</IfModule>

其他说明

程序内邮件提醒与库存监控为同步回调,如需写入异步回调请自行修改支付结果回调接口文件

程序作者:捕风阁 www.osuu.net

程序仅供交流研究,切勿用于违法用途

bf_shop's People

Contributors

osuuu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.