Module for PIXELION CMS
The preferred way to install this extension is through composer.
php composer require --prefer-dist panix/mod-shop "*"
or add
"panix/mod-shop": "*"
to the require section of your composer.json file.
'modules' => [
'shop' => ['class' => 'panix\mod\shop\Module'],
],
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/ | - | Поиск товаров |
- PIXELION CMS
- Module discounts Github
- Module compare Github
- Module wishlist Github
- Module cart Github
- Module sitemap Github
Content Management System "PIXELION CMS"
www.pixelion.com.ua
The module is under development, any moment can change everything.