panix/mod-cart

Коризина

Installs: 447

Dependents: 2

Suggesters: 1

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:pixelion-module

2.0.0 2021-08-25 08:21 UTC

This package is auto-updated.

Last update: 2024-04-02 04:41:52 UTC


README

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

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

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