https://github.com/skeeks-cms/cms-shop
Module for SkeekS CMS
https://github.com/skeeks-cms/cms-shop
shop shopping skeeks-cms
Last synced: about 1 month ago
JSON representation
Module for SkeekS CMS
- Host: GitHub
- URL: https://github.com/skeeks-cms/cms-shop
- Owner: skeeks-cms
- License: bsd-3-clause
- Created: 2015-11-01T15:05:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-06-10T09:45:29.000Z (about 1 month ago)
- Last Synced: 2026-06-10T11:22:30.864Z (about 1 month ago)
- Topics: shop, shopping, skeeks-cms
- Language: PHP
- Homepage: https://cms.skeeks.com
- Size: 4.68 MB
- Stars: 14
- Watchers: 7
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Shop on SkeekS CMS
===================================
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist skeeks/cms-shop "*"
```
or add
```
"skeeks/cms-shop": "*"
```
Configuration app
----------
```php
'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
-------
* [Web site](https://cms.skeeks.com)
* [Author](https://skeeks.com)
* [ChangeLog](https://github.com/skeeks-cms/cms-shop/blob/master/CHANGELOG.md)
___
> [](https://skeeks.com)
SkeekS CMS (Yii2) — quickly, easily and effectively!
[skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)