skeeks/cms-shop
最新稳定版本:3.2.4.2
Composer 安装命令:
composer require skeeks/cms-shop
包简介
Интернет магазин для SkeekS CMS
README 文档
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist skeeks/cms-shop "*"
or add
"skeeks/cms-shop": "*"
Configuration app
'components' => [ 'admin' => [ 'dashboards' => [ 'Shop' => [ 'skeeks\cms\shop\dashboards\ReportOrderDashboard' ] ], ], 'shop' => [ 'class' => 'skeeks\cms\shop\components\ShopComponent', ], 'i18n' => [ 'translations' => [ 'skeeks/shop/app' => [ 'class' => 'yii\i18n\PhpMessageSource', 'basePath' => '@skeeks/cms/shop/messages', 'fileMap' => [ 'skeeks/shop/app' => 'app.php', ], ] ], ], 'urlManager' => [ 'rules' => [ '~shop-cart' => 'shop/cart', '~shop-<_a:(checkout|payment)>' => 'shop/cart/<_a>', '~shop-<_a:(finish)>' => 'shop/order/<_a>', '~shop-order/<_a>' => 'shop/order/<_a>', ] ], ], 'modules' => [ 'shop' => [ 'class' => 'skeeks\cms\shop\Module', ] ]
Pay systems
- paypal
- robokassa
- Yandex kassa
- Tinkoff
Links
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com
统计信息
- 总下载量: 5.31k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 0
- 依赖项目数: 20
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-08-27