panix / mod-cart
Коризина
2.0.0
2021-08-25 08:21 UTC
Requires
- panix/engine: dev-master
- panix/wgt-colorpicker: dev-master
- panix/wgt-highcharts: dev-master
- yiisoft/yii2-smarty: ~2.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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
- Добавить воронку статуса заказа [?]