panix/mod-cart
Composer 安装命令:
composer require panix/mod-cart
包简介
Коризина
README 文档
README
Module for PIXELION CMS
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/mod-cart "*"
or add
"panix/mod-cart": "*"
to the require section of your composer.json file.
Add to web config.
'modules' => [
'cart' => [
'class' => 'panix\mod\cart\Module',
'on orderCreate' => function ($event) {
//Event after create order "$event->order"
}
],
]
Migrate
php yii migrate --migrationPath=vendor/panix/mod-cart/migrations
Plans & Ideas
- Добавить воронку статуса заказа [?]
统计信息
- 总下载量: 458
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-31