andrtechno / mod-cart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mod-cart

Описание на Русском

Module for PIXELION CMS

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

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

  • Добавить воронку статуса заказа [?]

About


Languages

Language:PHP 90.8%Language:JavaScript 5.0%Language:Smarty 4.0%Language:CSS 0.1%