panix / mod-cart
Коризина
Installs: 451
Dependents: 2
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:pixelion-module
Requires
- panix/engine: dev-master
- panix/wgt-colorpicker: dev-master
- panix/wgt-highcharts: dev-master
- yiisoft/yii2-smarty: ~2.0.0
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
- Добавить воронку статуса заказа [?]