Name Last Update
assets Loading commit data...
columns Loading commit data...
controllers Loading commit data...
labels Loading commit data...
messages Loading commit data...
migrations Loading commit data...
models Loading commit data...
views Loading commit data...
web/js Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE.md Loading commit data...
README.md Loading commit data...
composer.json Loading commit data...

README.md

Artbox Order

Artbox Order is an extension for working with orders and basket developed by Artweb written with Yii 2 framework.

Order extension includes functionality for order, basket and customer control. This will allow you to add products to basket, order them and further control orders.

This extension works with Catalog extension and enough to create full ecommerce project.

To prepare your application you should run migrations:

php yii migrate --migationPath=vendor/artweb/artbox-order/migrations

DIRECTORY STRUCTURE

assets                   contains AssetBundles
behaviors                contains Behaviors classes
components               contains custom Classes, which don't belong to other groups
controllers              contains controllers for core models
helpers                  contains helper classes to manipulate, for example static files
                         and HTML
messages                 contains translations for core strings
migrations               contains migrations, which should be applied after extension
                         installation
models                   contains core models
views                    contains views files for core controllers
web                      contains assets and other files, which should be web available
widgets                  contains widgets