fm-labs/cakephp-shop
最新稳定版本:0.5.12
Composer 安装命令:
composer require fm-labs/cakephp-shop
包简介
Shop plugin for CakePHP
README 文档
README
An ecommerce plugin for CupCake - An opinionated extension of the CakePHP framework.
This plugin is still under development - Use at your own risk ;)
Requirements
CakePHP v4
Dependencies
- fm-labs/cakephp-cupcake - Opinionated toolset for Cakephp
- fm-labs/cakephp-admin - Opinionated admin toolset for Cakephp
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require fm-labs/cakephp-shop
- Enable in your Application.php
class Application extends \Cupcake\Application { public function bootstrap() : void{ parent::bootstrap(); // load shop plugin $this->addPlugin('Shop') } }
-
Copy default config to application's config directory
$ cp ./plugins/Shop/config/shop.php to ./config/plugins/shop.php
Edit configuration settings, if necessary
Features
- Shop Products Management
- Minimal Ordering System
- Payment processing
- Klarna
- MPAY24
- Customer discounts
- Email notifications
- PDF generator for order confirmations and invoices
- Customer Discounts / Customer Group Discounts
统计信息
- 总下载量: 98
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-01-04