2017 © Pedro Peláez
 

yii2-extension mod-cart

Коризина

image

panix/mod-cart

Коризина

  • Saturday, November 25, 2017
  • by andrtechno
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

mod-cart

Описание на Русском, (*1)

Module for PIXELION CMS, (*2)

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License, (*3)

Installation

The preferred way to install this extension is through composer., (*4)

Either run, (*5)

php composer require --prefer-dist panix/mod-cart "*"

or add, (*6)

"panix/mod-cart": "*"

to the require section of your composer.json file., (*7)

Add to web config., (*8)

'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

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

The Versions