skeeks / cms-shop
Интернет магазин для SkeekS CMS
3.2.4.13
2026-06-10 12:52 UTC
Requires
- chillerlan/php-qrcode: ^5.0
- kartik-v/yii2-mpdf: 1.0.6
- picqer/php-barcode-generator: ^2.2
- skeeks/cms: ^6.0 || dev-master
- skeeks/cms-money: ^2.0 || dev-master
- violuke/php-barcodes: ^1.0
This package is auto-updated.
Last update: 2026-06-10 12:54:11 UTC
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