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": "*"
'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',
]
]
- paypal
- robokassa
- Yandex kassa
- Tinkoff
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com