panix/mod-shop

Module shop

Installs: 571

Dependents: 5

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:pixelion-module

4.0.2 2022-10-01 10:57 UTC

This package is auto-updated.

Last update: 2024-03-30 00:23:31 UTC


README

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

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.