2017 © Pedro Peláez
 

yii2-extension blcms-payment

Payment module for Blcms-shop

image

black-lamp/blcms-payment

Payment module for Blcms-shop

  • Friday, May 12, 2017
  • by GutsVadim
  • Repository
  • 2 Watchers
  • 0 Stars
  • 81 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

blcms-payment

Module for Blcms-shop, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist black-lamp/blcms-payment "*"

or add to the require section of your composer.json file:, (*4)

"black-lamp/blcms-payment": "*"

Migrations php yii migrate --migrationPath=@vendor/black-lamp/blcms-payment/migrations, (*5)

Configuration Common config file:, (*6)

'components' => [
    'shop_imagable' => [
        'class' => 'bl\imagable\Imagable',
        'imageClass' => \backend\components\imagable\CreateImageImagine::className(),
        'nameClass' => 'backend\components\imagable\CRC32Name',
        'imagesPath' => '@frontend/web/images',
        'categories' => [
            'origin' => false,
            'category' => [
                'payment' => [
                    'origin' => false,
                    'size' => [
                        'big' => [
                            'width' => 1500,
                            'height' => 500
                        ],
                        'thumb' => [
                            'width' => 500,
                            'height' => 500,
                        ],
                        'small' => [
                            'width' => 150,
                            'height' => 150
                        ]
                    ]
                ],
            ],
        ],
    ],
],

Roles and its permissions:, (*7)

paymentManager - viewPaymentMethodList - savePaymentMethod - deletePaymentMethod, (*8)

The Versions

12/05 2017

dev-master

9999999-dev

Payment module for Blcms-shop

  Sources   Download

The Requires

 

by Albert Gainutdinov
by Vadim Gutsulyak

payment yii2 shop blcms

19/01 2017

v0.0.3

0.0.3.0

Payment module for Blcms-shop

  Sources   Download

The Requires

 

by Albert Gainutdinov

payment yii2 shop blcms

01/12 2016

v0.0.2

0.0.2.0

Payment module for Blcms-shop

  Sources   Download

The Requires

 

by Albert Gainutdinov

payment yii2 shop blcms

18/11 2016

v0.0.1

0.0.1.0

Payment module for Blcms-shop

  Sources   Download

The Requires

 

by Albert Gainutdinov

payment yii2 shop blcms