Skip to content

andrtechno/mod-shop

Repository files navigation

Module shop

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

Module for PIXELION CMS

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

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"panix/mod-shop": "*"

to the require section of your composer.json file.

Add to web config.

'modules' => [
    'shop' => ['class' => 'panix\mod\shop\Module'],
],

Migrate

php yii migrate --migrationPath=vendor/panix/mod-shop/migrations

Роутинг и параметры

Props View params Description
/catalog - Каталог
/catalog/<category_slug> - Каталог категории
/sales $categories Скидки
/sales/<category_slug> $categories Скидки категории
/new - Новинки
/brand - Бренды
/brand/<brand_slug> - Бренд
/search/q/ - Поиск товаров

Author & License

See also

PIXELION CMS!
Content Management System "PIXELION CMS"
www.pixelion.com.ua

The module is under development, any moment can change everything.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages