panix/mod-shop
Composer 安装命令:
composer require panix/mod-shop
包简介
Module shop
关键字:
README 文档
README
Module for PIXELION CMS
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
- 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.
统计信息
- 总下载量: 589
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-15